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

update boolean after broken merge

This commit is contained in:
dkanada 2020-05-14 13:28:24 +09:00 committed by GitHub
parent 9a72c22680
commit 3f7cbd6674
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,7 +13,7 @@ define(['jQuery', 'loading', 'globalize', 'fnchecked', 'emby-checkbox'], functio
html += '</div>';
$('.folderAccess', page).html(html).trigger('create');
$('#chkEnableAllFolders', page).checked(true).trigger('change');
$('#chkEnableAllFolders', page).checked(false).trigger('change');
}
function loadChannels(page, channels) {