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 Newtonsoft.Json;
using NzbDrone.Core.Annotations;

View File

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

View File

@ -1,4 +1,4 @@
using System;
using System;
using NzbDrone.Common.Disk;
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
{

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Deluge
namespace NzbDrone.Core.Download.Clients.Deluge
{
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
{

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json;
using Newtonsoft.Json;
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
{

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
using System;
using System;
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
{

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json;
using Newtonsoft.Json;
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
{

View File

@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
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>
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
{

View File

@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
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
{

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
using System;
using System;
using NLog;
using NzbDrone.Common.Cache;
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
{

View File

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

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json;
using Newtonsoft.Json;
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 NzbDrone.Common.Serializer;

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
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
{

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Hadouken.Models
namespace NzbDrone.Core.Download.Clients.Hadouken.Models
{
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
{

View File

@ -1,4 +1,4 @@
using System;
using System;
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
{

View File

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

View File

@ -1,4 +1,4 @@
using System;
using System;
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
{

View File

@ -1,4 +1,4 @@
using System;
using System;
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
{

View File

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

View File

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

View File

@ -1,4 +1,4 @@
using FluentValidation;
using FluentValidation;
using NzbDrone.Common.Extensions;
using NzbDrone.Core.Annotations;
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
{

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json;
using Newtonsoft.Json;
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
{

View File

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

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json;
using Newtonsoft.Json;
using NzbDrone.Core.Download.Clients.NzbVortex.JsonConverters;
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
{

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json;
using Newtonsoft.Json;
using NzbDrone.Core.Download.Clients.NzbVortex.JsonConverters;
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
{

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.NzbVortex.Responses
namespace NzbDrone.Core.Download.Clients.NzbVortex.Responses
{
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
{

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
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
{

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
using FluentValidation;
using FluentValidation;
using NzbDrone.Core.Annotations;
using NzbDrone.Core.ThingiProvider;
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
{

View File

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

View File

@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
using Newtonsoft.Json;
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
{

View File

@ -1,4 +1,4 @@
namespace NzbDrone.Core.Download.Clients.Sabnzbd.Responses
namespace NzbDrone.Core.Download.Clients.Sabnzbd.Responses
{
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
{

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json;
using Newtonsoft.Json;
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
{

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
using System;
using System;
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
{

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
using Newtonsoft.Json;
using Newtonsoft.Json;
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
{

View File

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

View File

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

View File

@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;
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
{

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
using System;
using System;
using Newtonsoft.Json;
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
{

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