mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
removed excess logging message
This commit is contained in:
parent
70cecb346b
commit
cb62ebbf3f
@ -82,7 +82,6 @@ namespace MediaBrowser.Controller.Providers.Music
|
|||||||
|
|
||||||
if (musicArtist != null)
|
if (musicArtist != null)
|
||||||
{
|
{
|
||||||
Logger.Info("Found MusicArtist");
|
|
||||||
LastfmHelper.ProcessArtistData(musicArtist, artist);
|
LastfmHelper.ProcessArtistData(musicArtist, artist);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user