mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
move livetv controller to the old location
This commit is contained in:
parent
5f90bee90e
commit
05a1beebaf
2 changed files with 2 additions and 2 deletions
|
@ -166,7 +166,7 @@ define([
|
||||||
defineRoute({
|
defineRoute({
|
||||||
path: "/livetvseriestimer.html",
|
path: "/livetvseriestimer.html",
|
||||||
autoFocus: false,
|
autoFocus: false,
|
||||||
controller: "livetvseriestimer"
|
controller: "scripts/livetvseriestimer"
|
||||||
});
|
});
|
||||||
defineRoute({
|
defineRoute({
|
||||||
path: "/livetvsettings.html",
|
path: "/livetvsettings.html",
|
||||||
|
@ -432,4 +432,4 @@ define([
|
||||||
isDefaultRoute: true,
|
isDefaultRoute: true,
|
||||||
autoFocus: false,
|
autoFocus: false,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue