Large number of replacements of Emby with Jellyfin
This commit is contained in:
parent
7aee20a627
commit
1019df94b5
99 changed files with 8250 additions and 8260 deletions
|
@ -71,7 +71,7 @@ define(["loading", "dialogHelper", "dom", "listViewStyle", "emby-input", "emby-b
|
|||
}).catch(function(response) {
|
||||
if (response) {
|
||||
if (404 === response.status) return alertText("The path could not be found. Please ensure the path is valid and try again."), Promise.reject();
|
||||
if (500 === response.status) return alertText(validateWriteable ? "Emby Server requires write access to this folder. Please ensure write access and try again." : "The path could not be found. Please ensure the path is valid and try again."), Promise.reject()
|
||||
if (500 === response.status) return alertText(validateWriteable ? "Jellyfin Server requires write access to this folder. Please ensure write access and try again." : "The path could not be found. Please ensure the path is valid and try again."), Promise.reject()
|
||||
}
|
||||
return Promise.resolve()
|
||||
})
|
||||
|
@ -142,4 +142,4 @@ define(["loading", "dialogHelper", "dom", "listViewStyle", "emby-input", "emby-b
|
|||
}
|
||||
var systemInfo;
|
||||
return directoryBrowser
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue