Merge pull request #256 from jellyfin/release-10.3.z

Backmerge release 10.3.0
This commit is contained in:
Bond-009 2019-04-20 12:27:46 +02:00 committed by GitHub
commit df3d3bc7d3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
46 changed files with 2255 additions and 399 deletions

View file

@ -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",