Remove BOM from download clients

pull/9704/head v5.3.3.8535
Bogdan 4 months ago
parent f90cdbb112
commit 4eb4128a89

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

Loading…
Cancel
Save