1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

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

@ -32,7 +32,7 @@ define(["jQuery", "loading", "libraryMenu", "fnchecked", "emby-checkbox", "emby-
}
function onSubmitFail(response) {
loading.hide(), response && 404 === response.status ? alertText("The metadata path entered could not be found. Please ensure the path is valid and try again.") : response && 500 === response.status && alertText("The metadata path entered is not valid. Please ensure the path exists and that Emby server has write access to the folder.")
loading.hide(), response && 404 === response.status ? alertText("The metadata path entered could not be found. Please ensure the path is valid and try again.") : response && 500 === response.status && alertText("The metadata path entered is not valid. Please ensure the path exists and that Jellyfin server has write access to the folder.")
}
function onSubmit() {
@ -91,4 +91,4 @@ define(["jQuery", "loading", "libraryMenu", "fnchecked", "emby-checkbox", "emby-
})
})
}
});
});