mirror of
https://github.com/Lidarr/Lidarr
synced 2026-01-18 13:32:32 +01: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 @@ private List<string> GetTagLabels(Artist artist)
|
|||
{
|
||||
if (artist == null)
|
||||
{
|
||||
return null;
|
||||
return new List<string>();
|
||||
}
|
||||
|
||||
return _tagRepository.GetTags(artist.Tags)
|
||||
|
|
|
|||
Loading…
Reference in a new issue