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

added manual server form

This commit is contained in:
Luke Pulverenti 2015-05-05 11:24:47 -04:00
parent 5257e91628
commit c710303de9
9 changed files with 265 additions and 48 deletions

View file

@ -400,7 +400,9 @@
var page = this;
showSyncButtonsPerUser(page);
if (!Dashboard.isServerlessPage()) {
showSyncButtonsPerUser(page);
}
});