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:
parent
4bfd036159
commit
4794068650
1 changed files with 1 additions and 1 deletions
|
@ -319,7 +319,7 @@
|
||||||
|
|
||||||
currentDialogOptions = options;
|
currentDialogOptions = options;
|
||||||
|
|
||||||
if (options.ProfileOptions.length) {
|
if (options.ProfileOptions.length && options.Options.indexOf('Profile') != -1) {
|
||||||
$('.fldProfile', form).show();
|
$('.fldProfile', form).show();
|
||||||
$('#selectProfile', form).attr('required', 'required');
|
$('#selectProfile', form).attr('required', 'required');
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue