Remove BOM from download clients

This commit is contained in:
Bogdan 2024-01-28 00:01:00 +02:00
parent f90cdbb112
commit 4eb4128a89
102 changed files with 102 additions and 102 deletions

View File

@ -1,4 +1,4 @@
using System.ComponentModel; using System.ComponentModel;
using FluentValidation; using FluentValidation;
using Newtonsoft.Json; using Newtonsoft.Json;
using NzbDrone.Core.Annotations; using NzbDrone.Core.Annotations;

View File

@ -1,4 +1,4 @@
using FluentValidation; using FluentValidation;
using NzbDrone.Core.Annotations; using NzbDrone.Core.Annotations;
using NzbDrone.Core.ThingiProvider; using NzbDrone.Core.ThingiProvider;
using NzbDrone.Core.Validation; using NzbDrone.Core.Validation;

View File

@ -1,4 +1,4 @@
using System; using System;
using NzbDrone.Common.Disk; using NzbDrone.Common.Disk;
namespace NzbDrone.Core.Download.Clients.Blackhole namespace NzbDrone.Core.Download.Clients.Blackhole

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Deluge namespace NzbDrone.Core.Download.Clients.Deluge
{ {
public class DelugeError public class DelugeError
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Deluge namespace NzbDrone.Core.Download.Clients.Deluge
{ {
public class DelugeException : DownloadClientException public class DelugeException : DownloadClientException
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Deluge namespace NzbDrone.Core.Download.Clients.Deluge
{ {
public enum DelugePriority public enum DelugePriority
{ {

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace NzbDrone.Core.Download.Clients.Deluge namespace NzbDrone.Core.Download.Clients.Deluge
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Deluge namespace NzbDrone.Core.Download.Clients.Deluge
{ {
internal class DelugeTorrentStatus internal class DelugeTorrentStatus
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace NzbDrone.Core.Download.Clients.Deluge namespace NzbDrone.Core.Download.Clients.Deluge
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
namespace NzbDrone.Core.Download.Clients namespace NzbDrone.Core.Download.Clients
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
using NzbDrone.Common.Exceptions; using NzbDrone.Common.Exceptions;
namespace NzbDrone.Core.Download.Clients namespace NzbDrone.Core.Download.Clients

View File

@ -1,4 +1,4 @@
using System; using System;
namespace NzbDrone.Core.Download.Clients namespace NzbDrone.Core.Download.Clients
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.DownloadStation namespace NzbDrone.Core.Download.Clients.DownloadStation
{ {
public class DiskStationApiInfo public class DiskStationApiInfo
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
using Newtonsoft.Json; using Newtonsoft.Json;
using NzbDrone.Common.Serializer; using NzbDrone.Common.Serializer;

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace NzbDrone.Core.Download.Clients.DownloadStation namespace NzbDrone.Core.Download.Clients.DownloadStation

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
using Newtonsoft.Json.Converters; using Newtonsoft.Json.Converters;
namespace NzbDrone.Core.Download.Clients.DownloadStation namespace NzbDrone.Core.Download.Clients.DownloadStation

View File

@ -1,4 +1,4 @@
using NLog; using NLog;
using NzbDrone.Common.Cache; using NzbDrone.Common.Cache;
using NzbDrone.Common.Http; using NzbDrone.Common.Http;
using NzbDrone.Core.Download.Clients.DownloadStation.Responses; using NzbDrone.Core.Download.Clients.DownloadStation.Responses;

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
using NLog; using NLog;
using NzbDrone.Common.Cache; using NzbDrone.Common.Cache;
using NzbDrone.Common.Http; using NzbDrone.Common.Http;

View File

@ -1,4 +1,4 @@
using System.Linq; using System.Linq;
using NLog; using NLog;
using NzbDrone.Common.Cache; using NzbDrone.Common.Cache;
using NzbDrone.Common.Http; using NzbDrone.Common.Http;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses
{ {
public class DiskStationAuthResponse public class DiskStationAuthResponse
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses
{ {
public class DiskStationResponse<T> public class DiskStationResponse<T>
where T : new() where T : new()

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses
{ {
public class DownloadStation2SettingsLocationResponse public class DownloadStation2SettingsLocationResponse
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses namespace NzbDrone.Core.Download.Clients.DownloadStation.Responses
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
using NLog; using NLog;
using NzbDrone.Common.Cache; using NzbDrone.Common.Cache;
using NzbDrone.Common.Crypto; using NzbDrone.Common.Crypto;

View File

@ -1,4 +1,4 @@
using NzbDrone.Common.Disk; using NzbDrone.Common.Disk;
namespace NzbDrone.Core.Download.Clients.DownloadStation namespace NzbDrone.Core.Download.Clients.DownloadStation
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
using NLog; using NLog;
using NzbDrone.Common.Cache; using NzbDrone.Common.Cache;
using NzbDrone.Common.Disk; using NzbDrone.Common.Disk;

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.FreeboxDownload namespace NzbDrone.Core.Download.Clients.FreeboxDownload
{ {
public class FreeboxDownloadException : DownloadClientException public class FreeboxDownloadException : DownloadClientException
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.FreeboxDownload namespace NzbDrone.Core.Download.Clients.FreeboxDownload
{ {
public enum FreeboxDownloadPriority public enum FreeboxDownloadPriority
{ {

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace NzbDrone.Core.Download.Clients.FreeboxDownload.Responses namespace NzbDrone.Core.Download.Clients.FreeboxDownload.Responses
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
using Newtonsoft.Json; using Newtonsoft.Json;
using NzbDrone.Common.Serializer; using NzbDrone.Common.Serializer;

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace NzbDrone.Core.Download.Clients.FreeboxDownload.Responses namespace NzbDrone.Core.Download.Clients.FreeboxDownload.Responses
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace NzbDrone.Core.Download.Clients.FreeboxDownload.Responses namespace NzbDrone.Core.Download.Clients.FreeboxDownload.Responses

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Net; using System.Net;
using NLog; using NLog;

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace NzbDrone.Core.Download.Clients.Hadouken.Models namespace NzbDrone.Core.Download.Clients.Hadouken.Models
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Hadouken.Models namespace NzbDrone.Core.Download.Clients.Hadouken.Models
{ {
public sealed class HadoukenTorrent public sealed class HadoukenTorrent
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Hadouken.Models namespace NzbDrone.Core.Download.Clients.Hadouken.Models
{ {
public class HadoukenTorrentResponse public class HadoukenTorrentResponse
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Hadouken.Models namespace NzbDrone.Core.Download.Clients.Hadouken.Models
{ {
public enum HadoukenTorrentState public enum HadoukenTorrentState
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
namespace NzbDrone.Core.Download.Clients.NzbVortex namespace NzbDrone.Core.Download.Clients.NzbVortex
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.NzbVortex namespace NzbDrone.Core.Download.Clients.NzbVortex
{ {
public class NzbVortexFile public class NzbVortexFile
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.NzbVortex namespace NzbDrone.Core.Download.Clients.NzbVortex
{ {
public class NzbVortexGroup public class NzbVortexGroup
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
namespace NzbDrone.Core.Download.Clients.NzbVortex namespace NzbDrone.Core.Download.Clients.NzbVortex
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.NzbVortex namespace NzbDrone.Core.Download.Clients.NzbVortex
{ {
public enum NzbVortexLoginResultType public enum NzbVortexLoginResultType
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
namespace NzbDrone.Core.Download.Clients.NzbVortex namespace NzbDrone.Core.Download.Clients.NzbVortex
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.NzbVortex namespace NzbDrone.Core.Download.Clients.NzbVortex
{ {
public enum NzbVortexPriority public enum NzbVortexPriority
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.NzbVortex namespace NzbDrone.Core.Download.Clients.NzbVortex
{ {
public class NzbVortexQueueItem public class NzbVortexQueueItem
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.NzbVortex namespace NzbDrone.Core.Download.Clients.NzbVortex
{ {
public enum NzbVortexResultType public enum NzbVortexResultType
{ {

View File

@ -1,4 +1,4 @@
using FluentValidation; using FluentValidation;
using NzbDrone.Common.Extensions; using NzbDrone.Common.Extensions;
using NzbDrone.Core.Annotations; using NzbDrone.Core.Annotations;
using NzbDrone.Core.ThingiProvider; using NzbDrone.Core.ThingiProvider;

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.NzbVortex namespace NzbDrone.Core.Download.Clients.NzbVortex
{ {
public enum NzbVortexStateType public enum NzbVortexStateType
{ {

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace NzbDrone.Core.Download.Clients.NzbVortex.Responses namespace NzbDrone.Core.Download.Clients.NzbVortex.Responses
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.NzbVortex.Responses namespace NzbDrone.Core.Download.Clients.NzbVortex.Responses
{ {
public class NzbVortexApiVersionResponse : NzbVortexResponseBase public class NzbVortexApiVersionResponse : NzbVortexResponseBase
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.NzbVortex.Responses namespace NzbDrone.Core.Download.Clients.NzbVortex.Responses
{ {
public class NzbVortexAuthNonceResponse public class NzbVortexAuthNonceResponse
{ {

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
using NzbDrone.Core.Download.Clients.NzbVortex.JsonConverters; using NzbDrone.Core.Download.Clients.NzbVortex.JsonConverters;
namespace NzbDrone.Core.Download.Clients.NzbVortex.Responses namespace NzbDrone.Core.Download.Clients.NzbVortex.Responses

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace NzbDrone.Core.Download.Clients.NzbVortex.Responses namespace NzbDrone.Core.Download.Clients.NzbVortex.Responses
{ {

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
using NzbDrone.Core.Download.Clients.NzbVortex.JsonConverters; using NzbDrone.Core.Download.Clients.NzbVortex.JsonConverters;
namespace NzbDrone.Core.Download.Clients.NzbVortex.Responses namespace NzbDrone.Core.Download.Clients.NzbVortex.Responses

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace NzbDrone.Core.Download.Clients.NzbVortex.Responses namespace NzbDrone.Core.Download.Clients.NzbVortex.Responses
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.NzbVortex.Responses namespace NzbDrone.Core.Download.Clients.NzbVortex.Responses
{ {
public class NzbVortexVersionResponse : NzbVortexResponseBase public class NzbVortexVersionResponse : NzbVortexResponseBase
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Nzbget namespace NzbDrone.Core.Download.Clients.Nzbget
{ {
public class ErrorModel public class ErrorModel
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Nzbget namespace NzbDrone.Core.Download.Clients.Nzbget
{ {
public class JsonError public class JsonError
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Nzbget namespace NzbDrone.Core.Download.Clients.Nzbget
{ {
public class NzbgetCategory public class NzbgetCategory
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Nzbget namespace NzbDrone.Core.Download.Clients.Nzbget
{ {
public class NzbgetConfigItem public class NzbgetConfigItem
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Nzbget namespace NzbDrone.Core.Download.Clients.Nzbget
{ {
public class NzbgetGlobalStatus public class NzbgetGlobalStatus
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace NzbDrone.Core.Download.Clients.Nzbget namespace NzbDrone.Core.Download.Clients.Nzbget
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Nzbget namespace NzbDrone.Core.Download.Clients.Nzbget
{ {
public class NzbgetParameter public class NzbgetParameter
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Nzbget namespace NzbDrone.Core.Download.Clients.Nzbget
{ {
public class NzbgetPostQueueItem public class NzbgetPostQueueItem
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Nzbget namespace NzbDrone.Core.Download.Clients.Nzbget
{ {
public enum NzbgetPriority public enum NzbgetPriority
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace NzbDrone.Core.Download.Clients.Nzbget namespace NzbDrone.Core.Download.Clients.Nzbget
{ {

View File

@ -1,4 +1,4 @@
using FluentValidation; using FluentValidation;
using NzbDrone.Core.Annotations; using NzbDrone.Core.Annotations;
using NzbDrone.Core.ThingiProvider; using NzbDrone.Core.ThingiProvider;
using NzbDrone.Core.Validation; using NzbDrone.Core.Validation;

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.QBittorrent namespace NzbDrone.Core.Download.Clients.QBittorrent
{ {
public class QBittorrentLabel public class QBittorrentLabel
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.QBittorrent namespace NzbDrone.Core.Download.Clients.QBittorrent
{ {
public enum QBittorrentPriority public enum QBittorrentPriority
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace NzbDrone.Core.Download.Clients.Sabnzbd.Responses namespace NzbDrone.Core.Download.Clients.Sabnzbd.Responses

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace NzbDrone.Core.Download.Clients.Sabnzbd.Responses namespace NzbDrone.Core.Download.Clients.Sabnzbd.Responses
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Sabnzbd.Responses namespace NzbDrone.Core.Download.Clients.Sabnzbd.Responses
{ {
public class SabnzbdConfigResponse public class SabnzbdConfigResponse
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Sabnzbd.Responses namespace NzbDrone.Core.Download.Clients.Sabnzbd.Responses
{ {
public class SabnzbdFullStatusResponse public class SabnzbdFullStatusResponse
{ {

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace NzbDrone.Core.Download.Clients.Sabnzbd.Responses namespace NzbDrone.Core.Download.Clients.Sabnzbd.Responses
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Sabnzbd.Responses namespace NzbDrone.Core.Download.Clients.Sabnzbd.Responses
{ {
public class SabnzbdVersionResponse public class SabnzbdVersionResponse
{ {

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace NzbDrone.Core.Download.Clients.Sabnzbd namespace NzbDrone.Core.Download.Clients.Sabnzbd
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace NzbDrone.Core.Download.Clients.Sabnzbd namespace NzbDrone.Core.Download.Clients.Sabnzbd

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace NzbDrone.Core.Download.Clients.Sabnzbd namespace NzbDrone.Core.Download.Clients.Sabnzbd
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
namespace NzbDrone.Core.Download.Clients.Sabnzbd namespace NzbDrone.Core.Download.Clients.Sabnzbd
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Sabnzbd namespace NzbDrone.Core.Download.Clients.Sabnzbd
{ {
public enum SabnzbdPriority public enum SabnzbdPriority
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace NzbDrone.Core.Download.Clients.Sabnzbd namespace NzbDrone.Core.Download.Clients.Sabnzbd

View File

@ -1,4 +1,4 @@
using System; using System;
using Newtonsoft.Json; using Newtonsoft.Json;
using NzbDrone.Core.Download.Clients.Sabnzbd.JsonConverters; using NzbDrone.Core.Download.Clients.Sabnzbd.JsonConverters;

View File

@ -1,4 +1,4 @@
using FluentValidation; using FluentValidation;
using NzbDrone.Common.Extensions; using NzbDrone.Common.Extensions;
using NzbDrone.Core.Annotations; using NzbDrone.Core.Annotations;
using NzbDrone.Core.ThingiProvider; using NzbDrone.Core.ThingiProvider;

View File

@ -1,4 +1,4 @@
using System; using System;
namespace NzbDrone.Core.Download.Clients namespace NzbDrone.Core.Download.Clients
{ {

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json; using Newtonsoft.Json;
namespace NzbDrone.Core.Download.Clients.Transmission namespace NzbDrone.Core.Download.Clients.Transmission
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Transmission namespace NzbDrone.Core.Download.Clients.Transmission
{ {
public class TransmissionException : DownloadClientException public class TransmissionException : DownloadClientException
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Transmission namespace NzbDrone.Core.Download.Clients.Transmission
{ {
public enum TransmissionPriority public enum TransmissionPriority
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Net; using System.Net;
using Newtonsoft.Json.Linq; using Newtonsoft.Json.Linq;

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace NzbDrone.Core.Download.Clients.Transmission namespace NzbDrone.Core.Download.Clients.Transmission
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Transmission namespace NzbDrone.Core.Download.Clients.Transmission
{ {
public class TransmissionTorrent public class TransmissionTorrent
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Transmission namespace NzbDrone.Core.Download.Clients.Transmission
{ {
public enum TransmissionTorrentStatus public enum TransmissionTorrentStatus
{ {

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.UTorrent namespace NzbDrone.Core.Download.Clients.UTorrent
{ {
public enum UTorrentPriority public enum UTorrentPriority
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Net; using System.Net;
using NLog; using NLog;

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace NzbDrone.Core.Download.Clients.UTorrent namespace NzbDrone.Core.Download.Clients.UTorrent

View File

@ -1,4 +1,4 @@
using System; using System;
using Newtonsoft.Json; using Newtonsoft.Json;
namespace NzbDrone.Core.Download.Clients.UTorrent namespace NzbDrone.Core.Download.Clients.UTorrent

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace NzbDrone.Core.Download.Clients.UTorrent namespace NzbDrone.Core.Download.Clients.UTorrent
{ {

Some files were not shown because too many files have changed in this diff Show More