mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-18 03:18:19 -07:00
3.0.5482.4
This commit is contained in:
parent
21a688d6c6
commit
1c9f16a68d
@ -203,8 +203,8 @@
|
||||
|
||||
function isAvailable(item, user) {
|
||||
|
||||
//return false;
|
||||
return item.SupportsSync;
|
||||
return false;
|
||||
//return item.SupportsSync;
|
||||
}
|
||||
|
||||
window.SyncManager = {
|
||||
@ -226,7 +226,7 @@
|
||||
Dashboard.getCurrentUser().done(function (user) {
|
||||
|
||||
if (user.Policy.EnableSync) {
|
||||
$('.categorySyncButton', page).show();
|
||||
$('.categorySyncButton', page).hide();
|
||||
} else {
|
||||
$('.categorySyncButton', page).hide();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user