mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
enable user device access
This commit is contained in:
parent
1784c702e6
commit
faf35ed3d7
7 changed files with 99 additions and 20 deletions
|
@ -227,6 +227,12 @@
|
|||
|
||||
function showSyncButtonsPerUser(page) {
|
||||
|
||||
var apiClient = ConnectionManager.currentApiClient();
|
||||
|
||||
if (!apiClient) {
|
||||
return;
|
||||
}
|
||||
|
||||
Dashboard.getCurrentUser().done(function (user) {
|
||||
|
||||
if (user.Policy.EnableSync) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue