mirror of
https://github.com/Lidarr/Lidarr.git
synced 2026-02-12 00:38:53 -06:00
Fixed: series reference in PlexServerService
This commit is contained in:
@@ -152,7 +152,7 @@ namespace NzbDrone.Core.Notifications.Plex.Server
|
||||
|
||||
private int? GetMetadataId(int sectionId, Artist artist, string language, PlexServerSettings settings)
|
||||
{
|
||||
_logger.Debug("Getting metadata from Plex host: {0} for series: {1}", settings.Host, artist);
|
||||
_logger.Debug("Getting metadata from Plex host: {0} for artist: {1}", settings.Host, artist);
|
||||
|
||||
return _plexServerProxy.GetMetadataId(sectionId, artist.Metadata.Value.ForeignArtistId, language, settings);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user