mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-26 22:46:53 -04:00
Added: A Huge Cleanup of old Series Code. (Let's pray nothing breaks :P) (#2589)
This commit is contained in:
@@ -24,7 +24,7 @@ using NzbDrone.Common.EnvironmentInfo;
|
||||
using NzbDrone.Common.Serializer;
|
||||
using NzbDrone.Core.MediaFiles.Events;
|
||||
using NzbDrone.Core.Qualities;
|
||||
using NzbDrone.Core.Tv.Commands;
|
||||
using NzbDrone.Core.Movies.Commands;
|
||||
using NzbDrone.Integration.Test.Client;
|
||||
using NzbDrone.SignalR;
|
||||
using NzbDrone.Test.Common.Categories;
|
||||
@@ -211,7 +211,7 @@ namespace NzbDrone.Integration.Test
|
||||
movie.ProfileId = 1;
|
||||
movie.Path = Path.Combine(MovieRootFolder, movie.Title);
|
||||
movie.Monitored = true;
|
||||
movie.AddOptions = new Core.Tv.AddMovieOptions();
|
||||
movie.AddOptions = new Core.Movies.AddMovieOptions();
|
||||
Directory.CreateDirectory(movie.Path);
|
||||
|
||||
result = Movies.Post(movie);
|
||||
|
||||
Reference in New Issue
Block a user