mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
retry image saving to internal location
This commit is contained in:
parent
d96a2b7946
commit
65442321a0
5 changed files with 18 additions and 11 deletions
|
@ -355,8 +355,8 @@
|
|||
if (!url) {
|
||||
throw new Error("serverAddress is yet not set");
|
||||
}
|
||||
|
||||
if (url.toLowerCase().indexOf('/emby') == -1) {
|
||||
var lowered = url.toLowerCase();
|
||||
if (lowered.indexOf('/emby') == -1 && lowered.indexOf('/mediabrowser') == -1) {
|
||||
url += '/emby';
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue