mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
TODO for url prefix support investigation
This commit is contained in:
parent
a0e45f7809
commit
023a1ed72f
1 changed files with 2 additions and 0 deletions
|
@ -57,6 +57,8 @@ var Dashboard = {
|
||||||
getCurrentUser: function () {
|
getCurrentUser: function () {
|
||||||
return window.ApiClient.getCurrentUser(false);
|
return window.ApiClient.getCurrentUser(false);
|
||||||
},
|
},
|
||||||
|
|
||||||
|
//TODO: investigate url prefix support for serverAddress function
|
||||||
serverAddress: function () {
|
serverAddress: function () {
|
||||||
if (AppInfo.isNativeApp) {
|
if (AppInfo.isNativeApp) {
|
||||||
var apiClient = window.ApiClient;
|
var apiClient = window.ApiClient;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue