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

update startup wizard instructions

This commit is contained in:
Luke Pulverenti 2016-12-22 16:52:18 -05:00
parent 315d60943d
commit 47c6980d11
12 changed files with 33 additions and 33 deletions

View file

@ -15,8 +15,10 @@
if (operatingSystem == 'windows') {
view.querySelector('.fldSelectEncoderPathType').classList.add('hide');
view.querySelector('.markExec').classList.add('hide');
} else {
view.querySelector('.fldSelectEncoderPathType').classList.remove('hide');
view.querySelector('.markExec').classList.remove('hide');
}
if (operatingSystem == 'windows' && systemInfo.SystemArchitecture != 'Arm') {