Merge pull request #277 from dkanada/livetv

Fix a broken Live TV page
This commit is contained in:
Joshua M. Boniface
2019-04-29 23:07:51 -04:00
committed by GitHub
2 changed files with 1 additions and 6 deletions
+1 -6
View File
@@ -163,11 +163,6 @@ define([
autoFocus: false,
roles: "admin"
});
defineRoute({
path: "/livetvseriestimer.html",
autoFocus: false,
controller: "livetvseriestimer"
});
defineRoute({
path: "/livetvsettings.html",
autoFocus: false
@@ -432,4 +427,4 @@ define([
isDefaultRoute: true,
autoFocus: false,
});
});
});