mirror of
https://github.com/Radarr/Radarr.git
synced 2025-04-18 19:54:44 -04:00
Fixed: Sending Manual Interaction Needed for Custom Script with unparsed movie
This commit is contained in:
parent
d9be54575a
commit
27efe506a7
1 changed files with 1 additions and 1 deletions
|
@ -390,7 +390,7 @@ namespace NzbDrone.Core.Notifications.CustomScript
|
|||
{
|
||||
if (movie == null)
|
||||
{
|
||||
return null;
|
||||
return new List<string>();
|
||||
}
|
||||
|
||||
return _tagRepository.GetTags(movie.Tags)
|
||||
|
|
Loading…
Add table
Reference in a new issue