mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add sat ini mappings
This commit is contained in:
parent
fa79e62c13
commit
ee120181ee
3 changed files with 46 additions and 30 deletions
|
@ -2544,9 +2544,10 @@ var AppInfo = {};
|
|||
|
||||
defineRoute({
|
||||
path: '/livetvtunerprovider-satip.html',
|
||||
dependencies: ['jQuery'],
|
||||
dependencies: ['paper-input', 'paper-checkbox'],
|
||||
autoFocus: false,
|
||||
roles: 'admin'
|
||||
roles: 'admin',
|
||||
controller: 'scripts/livetvtunerprovider-satip'
|
||||
});
|
||||
|
||||
defineRoute({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue