move livetv controller to the old location

This commit is contained in:
dkanada 2019-04-25 11:16:01 -07:00
parent 5f90bee90e
commit 05a1beebaf
2 changed files with 2 additions and 2 deletions

View File

@ -166,7 +166,7 @@ define([
defineRoute({
path: "/livetvseriestimer.html",
autoFocus: false,
controller: "livetvseriestimer"
controller: "scripts/livetvseriestimer"
});
defineRoute({
path: "/livetvsettings.html",
@ -432,4 +432,4 @@ define([
isDefaultRoute: true,
autoFocus: false,
});
});
});