mirror of
https://github.com/Radarr/Radarr
synced 2026-01-01 13:13:12 +01:00
parent
1aeb3c6fd6
commit
a3f389af5e
1 changed files with 2 additions and 1 deletions
|
|
@ -266,7 +266,8 @@ public void Execute(RescanMovieCommand message)
|
|||
{
|
||||
if (message.MovieId.HasValue)
|
||||
{
|
||||
var series = _movieService.GetMovie(message.MovieId.Value);
|
||||
var movie = _movieService.GetMovie(message.MovieId.Value);
|
||||
Scan(movie);
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue