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

revert back data-history

This commit is contained in:
grafixeyehero 2020-03-02 21:36:17 +03:00
parent 9d1f61f414
commit 4fca1c1563
2 changed files with 2 additions and 2 deletions

View file

@ -370,7 +370,7 @@ define(['loading', 'globalize', 'events', 'viewManager', 'layoutManager', 'skinM
}
function enableNativeHistory() {
return enableHistory;
return false;
}
function authenticate(ctx, route, callback) {