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

remove emby prefix from api requests

This commit is contained in:
dkanada 2019-07-30 23:26:12 -07:00
parent ee46631d00
commit 8f956658d4
2 changed files with 2 additions and 2 deletions

View file

@ -40,7 +40,7 @@ define(["events", "apiclient", "appStorage"], function(events, apiClientFactory,
}
function getEmbyServerUrl(baseUrl, handler) {
return baseUrl + "/emby/" + handler
return baseUrl + "/" + handler
}
function getFetchPromise(request) {