You've already forked Sonarr
							
							
				mirror of
				https://github.com/Sonarr/Sonarr.git
				synced 2025-10-31 00:07:55 +02:00 
			
		
		
		
	fixed some namespaces
This commit is contained in:
		| @@ -52,9 +52,10 @@ module.exports = function (grunt) { | ||||
|  | ||||
|             options:{ | ||||
|                 dumpLineNumbers : 'false', | ||||
|                 compress        : false, | ||||
|                 compress        : true, | ||||
|                 yuicompress     : false, | ||||
|                 ieCompat        : false | ||||
|                 ieCompat        : true, | ||||
|                 strictImports   : true | ||||
|             }, | ||||
|  | ||||
|             bootstrap: { | ||||
|   | ||||
| @@ -16,6 +16,7 @@ using NzbDrone.Api.RootFolders; | ||||
| using NzbDrone.Api.Series; | ||||
| using NzbDrone.Api.Update; | ||||
| using NzbDrone.Core.DecisionEngine; | ||||
| using NzbDrone.Core.DecisionEngine.Specifications; | ||||
| using NzbDrone.Core.Indexers; | ||||
| using NzbDrone.Core.Instrumentation; | ||||
| using NzbDrone.Core.Messaging; | ||||
|   | ||||
| @@ -4,6 +4,7 @@ using NLog; | ||||
| using NzbDrone.Api.Mapping; | ||||
| using NzbDrone.Common.Instrumentation; | ||||
| using NzbDrone.Core.DecisionEngine; | ||||
| using NzbDrone.Core.DecisionEngine.Specifications; | ||||
| using NzbDrone.Core.Download; | ||||
| using NzbDrone.Core.IndexerSearch; | ||||
| using NzbDrone.Core.Indexers; | ||||
|   | ||||
| @@ -5,6 +5,7 @@ using FluentAssertions; | ||||
| using Moq; | ||||
| using NUnit.Framework; | ||||
| using NzbDrone.Core.DecisionEngine; | ||||
| using NzbDrone.Core.DecisionEngine.Specifications; | ||||
| using NzbDrone.Core.Download; | ||||
| using NzbDrone.Core.Parser.Model; | ||||
| using NzbDrone.Core.Qualities; | ||||
|   | ||||
| @@ -4,6 +4,7 @@ using FizzWare.NBuilder; | ||||
| using FluentAssertions; | ||||
| using NUnit.Framework; | ||||
| using NzbDrone.Core.DecisionEngine; | ||||
| using NzbDrone.Core.DecisionEngine.Specifications; | ||||
| using NzbDrone.Core.Download; | ||||
| using NzbDrone.Core.Parser.Model; | ||||
| using NzbDrone.Core.Qualities; | ||||
|   | ||||
| @@ -2,6 +2,7 @@ using System; | ||||
| using System.Collections.Generic; | ||||
| using System.Linq; | ||||
| using NLog; | ||||
| using NzbDrone.Core.DecisionEngine.Specifications; | ||||
| using NzbDrone.Core.IndexerSearch.Definitions; | ||||
| using NzbDrone.Core.Instrumentation; | ||||
| using NzbDrone.Core.Parser; | ||||
|   | ||||
| @@ -2,7 +2,7 @@ using System.Collections.Generic; | ||||
| using System.Linq; | ||||
| using NzbDrone.Core.Parser.Model; | ||||
|  | ||||
| namespace NzbDrone.Core.DecisionEngine | ||||
| namespace NzbDrone.Core.DecisionEngine.Specifications | ||||
| { | ||||
|     public class DownloadDecision | ||||
|     { | ||||
|   | ||||
| @@ -3,6 +3,7 @@ using System.Collections.Generic; | ||||
| using System.Linq; | ||||
| using NLog; | ||||
| using NzbDrone.Core.DecisionEngine; | ||||
| using NzbDrone.Core.DecisionEngine.Specifications; | ||||
| using NzbDrone.Core.Parser.Model; | ||||
|  | ||||
| namespace NzbDrone.Core.Download | ||||
|   | ||||
| @@ -6,6 +6,7 @@ using NLog; | ||||
| using NzbDrone.Common.Instrumentation; | ||||
| using NzbDrone.Core.DataAugmentation.Scene; | ||||
| using NzbDrone.Core.DecisionEngine; | ||||
| using NzbDrone.Core.DecisionEngine.Specifications; | ||||
| using NzbDrone.Core.IndexerSearch.Definitions; | ||||
| using NzbDrone.Core.Indexers; | ||||
| using NzbDrone.Core.Instrumentation; | ||||
|   | ||||
| @@ -1,4 +1,4 @@ | ||||
| 'use strict'; | ||||
| 'use strict'; | ||||
| define( | ||||
|     [ | ||||
|         'backbone', | ||||
|   | ||||
		Reference in New Issue
	
	Block a user