1
0
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:
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)