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:
@@ -484,7 +484,7 @@ namespace NzbDrone.Core.Notifications.CustomScript
|
||||
{
|
||||
if (series == null)
|
||||
{
|
||||
return null;
|
||||
return new List<string>();
|
||||
}
|
||||
|
||||
return _tagRepository.GetTags(series.Tags)
|
||||
|
||||
Reference in New Issue
Block a user