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

don't show sync profile for audio jobs

This commit is contained in:
Luke Pulverenti 2015-03-16 23:48:05 -04:00
parent 4bfd036159
commit 4794068650

View file

@ -319,7 +319,7 @@
currentDialogOptions = options;
if (options.ProfileOptions.length) {
if (options.ProfileOptions.length && options.Options.indexOf('Profile') != -1) {
$('.fldProfile', form).show();
$('#selectProfile', form).attr('required', 'required');
} else {