mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
Fixed: Don't fail Metadata service when Adding Album
This commit is contained in:
parent
1752fe5c53
commit
05de0c0f4c
1 changed files with 1 additions and 1 deletions
|
@ -136,7 +136,7 @@ namespace NzbDrone.Core.Extras
|
||||||
{
|
{
|
||||||
if (message.Updated)
|
if (message.Updated)
|
||||||
{
|
{
|
||||||
var artist = message.Artist;
|
var artist = message.Artist ?? message.Album.Artist;
|
||||||
|
|
||||||
foreach (var extraFileManager in _extraFileManagers)
|
foreach (var extraFileManager in _extraFileManagers)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue