mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 21:13:28 -07:00
Fixed: series reference in PlexServerService
This commit is contained in:
parent
3288c21c36
commit
33d5f1fe2c
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue