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({
|
||||
path: "/livetvseriestimer.html",
|
||||
autoFocus: false,
|
||||
controller: "livetvseriestimer"
|
||||
controller: "scripts/livetvseriestimer"
|
||||
});
|
||||
defineRoute({
|
||||
path: "/livetvsettings.html",
|
||||
|
@ -432,4 +432,4 @@ define([
|
|||
isDefaultRoute: true,
|
||||
autoFocus: false,
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue