mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
3.0.5482.4
This commit is contained in:
parent
21a688d6c6
commit
1c9f16a68d
1 changed files with 3 additions and 3 deletions
|
@ -203,8 +203,8 @@
|
||||||
|
|
||||||
function isAvailable(item, user) {
|
function isAvailable(item, user) {
|
||||||
|
|
||||||
//return false;
|
return false;
|
||||||
return item.SupportsSync;
|
//return item.SupportsSync;
|
||||||
}
|
}
|
||||||
|
|
||||||
window.SyncManager = {
|
window.SyncManager = {
|
||||||
|
@ -226,7 +226,7 @@
|
||||||
Dashboard.getCurrentUser().done(function (user) {
|
Dashboard.getCurrentUser().done(function (user) {
|
||||||
|
|
||||||
if (user.Policy.EnableSync) {
|
if (user.Policy.EnableSync) {
|
||||||
$('.categorySyncButton', page).show();
|
$('.categorySyncButton', page).hide();
|
||||||
} else {
|
} else {
|
||||||
$('.categorySyncButton', page).hide();
|
$('.categorySyncButton', page).hide();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue