mirror of
https://github.com/lidarr/Lidarr
synced 2025-02-24 06:50:43 +00: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 @@ private void UpdatePartialSection(Artist artist, List<PlexSection> sections, Ple
|
|||
|
||||
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…
Reference in a new issue