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

auto-queue episodes

This commit is contained in:
Luke Pulverenti 2016-02-13 23:47:35 -05:00
parent 30015609f7
commit cd2253bdea
2 changed files with 31 additions and 4 deletions

View file

@ -1826,7 +1826,7 @@ var AppInfo = {};
// Put the version into the bower path since we can't easily put a query string param on html imports
// Emby server will handle this
if (!Dashboard.isRunningInCordova()) {
bowerPath += window.dashboardVersion;
//bowerPath += window.dashboardVersion;
}
return bowerPath;