mirror of
https://github.com/jagandeepbrar/lunasea.git
synced 2026-08-30 20:24:25 +00:00
fix(sonarr): Use v3 API endpoint for mediacovers
This commit is contained in:
@@ -266,8 +266,8 @@ class SonarrState extends LunaModuleState {
|
||||
|
||||
String _baseImageURL() {
|
||||
return _host.endsWith('/')
|
||||
? '${_host}api/MediaCover'
|
||||
: '$_host/api/MediaCover';
|
||||
? '${_host}api/v3/MediaCover'
|
||||
: '$_host/api/v3/MediaCover';
|
||||
}
|
||||
|
||||
String getBannerURL(int seriesId, {bool highRes = false}) {
|
||||
|
||||
Reference in New Issue
Block a user