mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-15 01:32:57 -07:00
Change export m3u8 to m3u extension
* m3u files are still encoded using UTF-8
This commit is contained in:
parent
1cdb55a6a9
commit
100fdd1df1
3 changed files with 25 additions and 25 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue