1
0
Fork 0
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:
Luke Pulverenti 2014-12-29 15:18:48 -05:00
parent 1784c702e6
commit faf35ed3d7
7 changed files with 99 additions and 20 deletions

View file

@ -227,6 +227,12 @@
function showSyncButtonsPerUser(page) {
var apiClient = ConnectionManager.currentApiClient();
if (!apiClient) {
return;
}
Dashboard.getCurrentUser().done(function (user) {
if (user.Policy.EnableSync) {