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

hide sync

This commit is contained in:
Luke Pulverenti 2015-01-04 09:18:28 -05:00
parent aa576157fc
commit 94a2f820c4
9 changed files with 20 additions and 87 deletions

View file

@ -203,7 +203,7 @@
function isAvailable(item, user) {
//return false;
return false;
return item.SupportsSync;
}
@ -226,7 +226,7 @@
Dashboard.getCurrentUser().done(function (user) {
if (user.Policy.EnableSync) {
$('.categorySyncButton', page).show();
$('.categorySyncButton', page).hide();
} else {
$('.categorySyncButton', page).hide();
}