From 66043451c121773a5c73bd71e5bcf5981199c8ea Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sat, 19 Mar 2016 17:17:08 -0400 Subject: [PATCH] removed ILiveTvItem interface --- dashboard-ui/scripts/site.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard-ui/scripts/site.js b/dashboard-ui/scripts/site.js index f103b5c1d..e23d158bd 100644 --- a/dashboard-ui/scripts/site.js +++ b/dashboard-ui/scripts/site.js @@ -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;