Fixed: Sending Manual Interaction Needed for Custom Script with unparsed movie

This commit is contained in:
Bogdan 2025-04-09 09:19:20 +03:00
parent d9be54575a
commit 27efe506a7

View file

@ -390,7 +390,7 @@ namespace NzbDrone.Core.Notifications.CustomScript
{
if (movie == null)
{
return null;
return new List<string>();
}
return _tagRepository.GetTags(movie.Tags)