mirror of https://github.com/morpheus65535/bazarr
Fixed default languages profile dropdowns not being updated after editing a languages profile.
This commit is contained in:
parent
22cd45bc41
commit
324f6787c1
|
@ -732,7 +732,7 @@
|
|||
name: $('#edit_profile_name').val(),
|
||||
cutoff: $('#edit_language_cutoff').val(),
|
||||
items: JSON.stringify(items)
|
||||
});
|
||||
}).draw();
|
||||
$('#editModal').modal('hide');
|
||||
$('#settings_form').trigger('change');
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue