New: Refresh Selected in Editor Mode

This commit is contained in:
Qstick
2020-07-09 12:30:34 -04:00
parent 135251ec31
commit aa6c8f493e
7 changed files with 47 additions and 32 deletions

View File

@@ -305,7 +305,7 @@ namespace NzbDrone.Integration.Test
//File.Copy(sourcePath, path);
File.WriteAllText(path, "Fake Movie");
Commands.PostAndWait(new RefreshMovieCommand(movie.Id));
Commands.PostAndWait(new RefreshMovieCommand(new List<int> { movie.Id }));
Commands.WaitAll();
result = Movies.Get(movie.Id);