mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #256 from jellyfin/release-10.3.z
Backmerge release 10.3.0
This commit is contained in:
commit
df3d3bc7d3
46 changed files with 2255 additions and 399 deletions
|
@ -284,15 +284,16 @@ define([
|
|||
roles: "admin"
|
||||
});
|
||||
defineRoute({
|
||||
path: "/plugincatalog.html",
|
||||
path: "/availableplugins.html",
|
||||
autoFocus: false,
|
||||
roles: "admin",
|
||||
controller: "plugincatalogpage"
|
||||
controller: "availableplugins"
|
||||
});
|
||||
defineRoute({
|
||||
path: "/plugins.html",
|
||||
path: "/installedplugins.html",
|
||||
autoFocus: false,
|
||||
roles: "admin"
|
||||
roles: "admin",
|
||||
controller: "installedplugins"
|
||||
});
|
||||
defineRoute({
|
||||
path: "/scheduledtask.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue