mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-23 06:45:19 -07:00
Fixed MovieMissingModule failed while processing [MovieDownloadedEvent]
This commit is contained in:
parent
800e7ae508
commit
df691488a9
1 changed files with 2 additions and 1 deletions
|
@ -71,7 +71,8 @@ namespace NzbDrone.Api.Wanted
|
||||||
|
|
||||||
public void Handle(MovieDownloadedEvent message)
|
public void Handle(MovieDownloadedEvent message)
|
||||||
{
|
{
|
||||||
BroadcastResourceChange(ModelAction.Updated, message.Movie.Movie.Id);
|
var resource = message.Movie.Movie.ToResource();
|
||||||
|
BroadcastResourceChange(ModelAction.Updated, resource);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue