1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-19 21:46:43 -04:00

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

Closes #7807
This commit is contained in:
Bogdan
2025-04-29 03:09:14 +03:00
committed by GitHub
parent 5be58249f8
commit 76b1130b68
@@ -484,7 +484,7 @@ namespace NzbDrone.Core.Notifications.CustomScript
{
if (series == null)
{
return null;
return new List<string>();
}
return _tagRepository.GetTags(series.Tags)