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
commit 30e97eaaaa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 6 deletions

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,
});
});
});