Change export m3u8 to m3u extension

* m3u files are still encoded using UTF-8
This commit is contained in:
JonnyWong16 2022-11-13 19:09:58 -08:00
parent 1cdb55a6a9
commit 100fdd1df1
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
3 changed files with 25 additions and 25 deletions

View file

@ -226,7 +226,7 @@ DOCUMENTATION :: END
getExportFields();
$('#export_file_format').on('change', function() {
if ($(this).val() === 'm3u8') {
if ($(this).val() === 'm3u') {
$('#export_metadata_level').prop('disabled', true);
$('#export_media_info_level').prop('disabled', true);
$("#export_thumb_level").prop('disabled', true);