removed ILiveTvItem interface

This commit is contained in:
Luke Pulverenti 2016-03-19 17:17:08 -04:00
parent bd9bd07427
commit 66043451c1

View file

@ -1668,7 +1668,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.isConnectMode() && !Dashboard.isRunningInCordova()) {
bowerPath += window.dashboardVersion;
//bowerPath += window.dashboardVersion;
}
return bowerPath;