mirror of
https://github.com/lidarr/lidarr.git
synced 2025-07-05 20:42:19 -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)
|
if (artist == null)
|
||||||
{
|
{
|
||||||
return null;
|
return new List<string>();
|
||||||
}
|
}
|
||||||
|
|
||||||
return _tagRepository.GetTags(artist.Tags)
|
return _tagRepository.GetTags(artist.Tags)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue