Large number of replacements of Emby with Jellyfin

This commit is contained in:
Joshua Boniface 2018-12-10 23:32:13 -05:00
parent 7aee20a627
commit 1019df94b5
99 changed files with 8250 additions and 8260 deletions

View file

@ -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
});
});