1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

initial work for repository configuration

This commit is contained in:
dkanada 2020-06-10 21:33:08 +09:00
parent 8244bdbda1
commit 75504ec8e4
7 changed files with 174 additions and 0 deletions

View file

@ -215,6 +215,12 @@ define([
roles: 'admin',
controller: 'dashboard/plugins/available'
});
defineRoute({
path: '/repositories.html',
autoFocus: false,
roles: 'admin',
controller: 'dashboard/plugins/repositories'
});
defineRoute({
path: '/home.html',