mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-21 22:05:38 -04:00
Fixed: RemotePoster on v3 api provides local url rather than thetvdb url
This commit is contained in:
@@ -42,7 +42,7 @@ namespace Sonarr.Api.V3.Series
|
||||
|
||||
if (poster != null)
|
||||
{
|
||||
resource.RemotePoster = poster.Url;
|
||||
resource.RemotePoster = poster.RemoteUrl;
|
||||
}
|
||||
|
||||
resource.Folder = _fileNameBuilder.GetSeriesFolder(currentSeries);
|
||||
|
||||
Reference in New Issue
Block a user