mirror of
https://github.com/Radarr/Radarr.git
synced 2026-03-05 13:21:25 -05:00
Fixed: Sending Manual Interaction Needed for Custom Script with unparsed movie
This commit is contained in:
@@ -390,7 +390,7 @@ namespace NzbDrone.Core.Notifications.CustomScript
|
||||
{
|
||||
if (movie == null)
|
||||
{
|
||||
return null;
|
||||
return new List<string>();
|
||||
}
|
||||
|
||||
return _tagRepository.GetTags(movie.Tags)
|
||||
|
||||
Reference in New Issue
Block a user