mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
added a new encoding settings page under advanced
This commit is contained in:
parent
231ed3c315
commit
2704b52493
16 changed files with 267 additions and 136 deletions
|
@ -766,7 +766,7 @@ var Dashboard = {
|
|||
name: "Advanced",
|
||||
divider: true,
|
||||
href: "advanced.html",
|
||||
selected: pageElem.id == "advancedConfigurationPage"
|
||||
selected: page.hasClass("advancedConfigurationPage")
|
||||
}, {
|
||||
name: "Scheduled Tasks",
|
||||
href: "scheduledtasks.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue