mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
New: Refresh Selected in Editor Mode
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user