mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Add missing new lines at end of files
This commit is contained in:
@@ -17,4 +17,4 @@ using System.Runtime.InteropServices;
|
||||
[assembly: ComVisible(false)]
|
||||
[assembly: CLSCompliant(false)]
|
||||
|
||||
[assembly: NeutralResourcesLanguage("en-US")]
|
||||
[assembly: NeutralResourcesLanguage("en-US")]
|
||||
|
@@ -10,4 +10,4 @@ namespace Marr.Data.Converters
|
||||
public ColumnMapCollection MapCollection { get; set; }
|
||||
public IDataRecord DataRecord { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -128,4 +128,4 @@ namespace Marr.Data
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -247,4 +247,4 @@ namespace Marr.Data
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -118,4 +118,4 @@ WITH GroupCTE AS
|
||||
)
|
||||
SELECT * FROM GroupCTE
|
||||
WHERE GroupRow = 1
|
||||
*/
|
||||
*/
|
||||
|
@@ -42,4 +42,4 @@ namespace Marr.Data.QGen
|
||||
sql.AppendLine("SELECT COUNT(*)");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -317,4 +317,4 @@ namespace MonoTorrent.BEncoding
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -214,4 +214,4 @@ namespace MonoTorrent.BEncoding
|
||||
}
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -232,4 +232,4 @@ namespace MonoTorrent
|
||||
DoCheck(writer, "writer");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -161,4 +161,4 @@ namespace MonoTorrent.Messages
|
||||
return text.Length;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -202,4 +202,4 @@ namespace MonoTorrent
|
||||
|
||||
#endregion Methods
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -19,4 +19,4 @@ namespace NzbDrone.Api.Config
|
||||
return MediaManagementConfigResourceMapper.ToResource(model);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -13,4 +13,4 @@
|
||||
public string MovieExample { get; set; }
|
||||
public string MovieFolderExample { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -15,4 +15,4 @@ namespace NzbDrone.Api.Config
|
||||
return UiConfigResourceMapper.ToResource(model);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -33,4 +33,4 @@ namespace NzbDrone.Api.DownloadClient
|
||||
base.Validate(definition, includeWarnings);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -8,4 +8,4 @@ namespace NzbDrone.Api.DownloadClient
|
||||
public DownloadProtocol Protocol { get; set; }
|
||||
public int Priority { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -10,4 +10,4 @@ namespace NzbDrone.Api.Indexers
|
||||
public bool SupportsSearch { get; set; }
|
||||
public DownloadProtocol Protocol { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -33,4 +33,4 @@ namespace NzbDrone.Api.Logs
|
||||
|
||||
protected override string DownloadUrlRoot => "logfile";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -39,4 +39,4 @@ namespace NzbDrone.Api.Logs
|
||||
|
||||
protected override string DownloadUrlRoot => "updatelogfile";
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -29,4 +29,4 @@ namespace NzbDrone.Api.Metadata
|
||||
base.Validate(definition, includeWarnings);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -4,4 +4,4 @@
|
||||
{
|
||||
public bool Enable { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -45,4 +45,4 @@ namespace NzbDrone.Api.Notifications
|
||||
base.Validate(definition, includeWarnings);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -14,4 +14,4 @@ namespace NzbDrone.Api.Notifications
|
||||
public bool SupportsOnRename { get; set; }
|
||||
public HashSet<int> Tags { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -10,4 +10,4 @@ namespace NzbDrone.Api.Profiles.Languages
|
||||
public string Name { get; set; }
|
||||
public string NameLower => Name.ToLowerInvariant();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -10,4 +10,4 @@ namespace NzbDrone.Automation.Test
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -66,4 +66,4 @@ namespace NzbDrone.Automation.Test
|
||||
page.Find(By.CssSelector("input[class*='AddNewMovie-searchInput']")).Should().NotBeNull();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -57,4 +57,4 @@ namespace NzbDrone.Automation.Test.PageModel
|
||||
|
||||
public IWebElement SystemNavIcon => Find(By.PartialLinkText("System"));
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -99,4 +99,4 @@ namespace NzbDrone.Common.Test.CacheTests
|
||||
return result;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -115,4 +115,4 @@ namespace NzbDrone.Common.Test.CacheTests
|
||||
return "Hit count is " + HitCount;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -26,4 +26,4 @@ namespace NzbDrone.Common.Test.CacheTests
|
||||
result1.Should().BeSameAs(result2);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -213,4 +213,4 @@ namespace NzbDrone.Common.Test
|
||||
Assert.Throws<InvalidConfigFileException>(() => Subject.GetValue("key", "value"));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -18,4 +18,4 @@ namespace NzbDrone.Common.Test
|
||||
HashUtil.AnonymousToken().Should().Be(HashUtil.AnonymousToken());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -38,4 +38,4 @@ namespace NzbDrone.Common.Test.Http
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -6,4 +6,4 @@ namespace NzbDrone.Common.Test.Http
|
||||
public class HttpRequestFixture
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -82,4 +82,4 @@ namespace NzbDrone.Common.Test.InstrumentationTests
|
||||
Subject.IsSentryMessage(log).Should().BeTrue();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -28,4 +28,4 @@ namespace NzbDrone.Common.Test
|
||||
handlers.Should().OnlyHaveUniqueItems();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -127,4 +127,4 @@ namespace NzbDrone.Common.Test.TPLTests
|
||||
counter.Count.Should().Be(1);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -52,4 +52,4 @@ namespace NzbDrone.Common.Cache
|
||||
return (ICachedDictionary<T>)_cache.Get("dict_" + host.FullName + "_" + name, () => new CachedDictionary<T>(fetchFunc, lifeTime));
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -111,4 +111,4 @@ namespace NzbDrone.Common.Cache
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -19,4 +19,4 @@ namespace NzbDrone.Common.Cache
|
||||
|
||||
ICollection<T> Values { get; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -96,4 +96,4 @@ namespace NzbDrone.Common.Composition
|
||||
);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -21,4 +21,4 @@ namespace NzbDrone.Common.Composition
|
||||
|
||||
IEnumerable<Type> GetImplementations(Type contractType);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -45,4 +45,4 @@ namespace NzbDrone.Common
|
||||
Console.WriteLine("Can't find service ({0})", ServiceProvider.SERVICE_NAME);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -28,4 +28,4 @@ namespace NzbDrone.Common.Crypto
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -20,4 +20,4 @@ namespace NzbDrone.Common.EnsureThat
|
||||
return new TypeParam(name, value.GetType());
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -23,4 +23,4 @@ namespace NzbDrone.Common.EnsureThat
|
||||
return param;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -64,4 +64,4 @@ namespace NzbDrone.Common.EnsureThat
|
||||
return param;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -73,4 +73,4 @@ namespace NzbDrone.Common.EnsureThat
|
||||
return IsGt(param, _minTime);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -54,4 +54,4 @@ namespace NzbDrone.Common.EnsureThat
|
||||
return param;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -54,4 +54,4 @@ namespace NzbDrone.Common.EnsureThat
|
||||
return param;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -15,4 +15,4 @@ namespace NzbDrone.Common.EnsureThat
|
||||
return param;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -63,4 +63,4 @@ namespace NzbDrone.Common.EnsureThat
|
||||
return param;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -54,4 +54,4 @@ namespace NzbDrone.Common.EnsureThat
|
||||
return param;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -14,4 +14,4 @@ namespace NzbDrone.Common.EnsureThat
|
||||
return param;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -14,4 +14,4 @@ namespace NzbDrone.Common.EnsureThat
|
||||
return param;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -54,4 +54,4 @@ namespace NzbDrone.Common.EnsureThat
|
||||
return param;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -84,4 +84,4 @@ namespace NzbDrone.Common.EnsureThat
|
||||
return param;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -19,4 +19,4 @@ namespace NzbDrone.Common.EnsureThat
|
||||
return new ArgumentNullException(paramName, message);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -48,4 +48,4 @@ namespace NzbDrone.Common.EnsureThat
|
||||
return null;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -21,4 +21,4 @@ namespace NzbDrone.Common.EnsureThat
|
||||
Value = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -12,4 +12,4 @@ namespace NzbDrone.Common.EnsureThat
|
||||
Type = type;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -54,4 +54,4 @@ namespace NzbDrone.Common.EnvironmentInfo
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -6,4 +6,4 @@ namespace NzbDrone.Common.EnvironmentInfo
|
||||
bool Enabled { get; }
|
||||
OsVersionModel Read();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -107,4 +107,4 @@ namespace NzbDrone.Common.EnvironmentInfo
|
||||
Linux,
|
||||
Osx
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -26,4 +26,4 @@ namespace NzbDrone.Common.EnvironmentInfo
|
||||
public string FullName { get; }
|
||||
public string Version { get; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -185,4 +185,4 @@ namespace NzbDrone.Common.EnvironmentInfo
|
||||
|
||||
public bool IsWindowsTray { get; private set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -9,4 +9,4 @@ namespace NzbDrone.Common.Expansive
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -195,4 +195,4 @@ namespace NzbDrone.Common.Expansive
|
||||
return (IDictionary<string, object>)thingy.ToExpando();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -9,4 +9,4 @@ namespace NzbDrone.Common.Expansive
|
||||
public Func<string, string> TokenReplaceFilter { get; set; }
|
||||
public Func<string, string> OutputFilter { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -8,4 +8,4 @@
|
||||
Value = rootValue;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -82,4 +82,4 @@ namespace NzbDrone.Common.Expansive
|
||||
|
||||
public T Value { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -29,4 +29,4 @@ namespace NzbDrone.Common.Expansive
|
||||
return "Count=" + Count.ToString();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -47,4 +47,4 @@ namespace NzbDrone.Common.Extensions
|
||||
return expected.LevenshteinDistance(other, 1, 3, 3);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -10,4 +10,4 @@ namespace NzbDrone.Common.Extensions
|
||||
return Json.Deserialize<T>(json);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -33,4 +33,4 @@ namespace NzbDrone.Common
|
||||
return HashUtil.CalculateCrc(seed);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -12,4 +12,4 @@ namespace NzbDrone.Common.Http
|
||||
return request;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -175,4 +175,4 @@ namespace NzbDrone.Common.Http
|
||||
.ToList();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -11,4 +11,4 @@ namespace NzbDrone.Common.Http
|
||||
PATCH,
|
||||
MERGE
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -89,4 +89,4 @@ namespace NzbDrone.Common.Http
|
||||
Headers.Set("Authorization", "Basic " + authInfo);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -15,4 +15,4 @@ namespace NzbDrone.Common.Http
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -35,4 +35,4 @@ namespace NzbDrone.Common.Instrumentation
|
||||
return message;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -35,4 +35,4 @@ namespace NzbDrone.Common.Instrumentation.Sentry
|
||||
_cache.Clear();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -3,4 +3,4 @@ namespace NzbDrone.Common.Messaging
|
||||
public interface IEvent : IMessage
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -3,4 +3,4 @@ namespace NzbDrone.Common.Messaging
|
||||
public interface IMessage
|
||||
{
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -11,4 +11,4 @@
|
||||
return string.Format("{0}:{1} [{2}]", Id, Name ?? "Unknown", StartPath ?? "Unknown");
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -11,4 +11,4 @@
|
||||
ProtectedResource,
|
||||
ClientAuthentication
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -9,4 +9,4 @@ namespace NzbDrone.Common.OAuth
|
||||
PlainText,
|
||||
RsaSha1
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -10,4 +10,4 @@
|
||||
Escaped,
|
||||
Unescaped
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -406,4 +406,4 @@ namespace NzbDrone.Common.OAuth
|
||||
return String.IsNullOrEmpty(value) || (!String.IsNullOrEmpty(value) && value.Trim() == String.Empty);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -199,4 +199,4 @@ namespace NzbDrone.Common.OAuth
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -75,4 +75,4 @@ namespace NzbDrone.Common.Reflection
|
||||
return type.GetCustomAttributes(typeof(TAttribute), true).Any();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -28,4 +28,4 @@ namespace NzbDrone.Common.Serializer
|
||||
return objectType == typeof(HttpUri);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -36,4 +36,4 @@ namespace NzbDrone.Common.Serializer
|
||||
return objectType == typeof(int) || objectType == typeof(long) || objectType == typeof(int);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -42,4 +42,4 @@ namespace NzbDrone.Common
|
||||
return _container.GetImplementations(contract);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -60,4 +60,4 @@ namespace NzbDrone.Common.TPL
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -130,4 +130,4 @@ namespace NzbDrone.Common.TPL
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -25,4 +25,4 @@ namespace NzbDrone.Common.TPL
|
||||
return task;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -3773,4 +3773,4 @@ namespace System.Reflection
|
||||
}
|
||||
}
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
@@ -12,4 +12,4 @@ namespace NzbDrone.Console
|
||||
System.Console.ReadLine();
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -72,4 +72,4 @@ namespace NzbDrone.Core.Test.BulkImport
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user