mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-05 04:26:50 -07:00
Fixed: Sending notifications for Custom Script with unparsed artist
(cherry picked from commit 76b1130b6811454fa6b1e80e0b2012c24c4ae8fa)
This commit is contained in:
parent
c51b5c6fba
commit
72fa05cf41
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ namespace NzbDrone.Core.Notifications.CustomScript
|
|||
{
|
||||
if (artist == null)
|
||||
{
|
||||
return null;
|
||||
return new List<string>();
|
||||
}
|
||||
|
||||
return _tagRepository.GetTags(artist.Tags)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue