Add m3u8 export file format

This commit is contained in:
JonnyWong16
2020-10-02 19:42:24 -07:00
parent be9f06795d
commit 34c9ede9c9
6 changed files with 89 additions and 17 deletions

View File

@@ -989,14 +989,14 @@ DOCUMENTATION :: END
clearSearchButton('export_table-RK-${data["rating_key"]}', export_table);
}
$('a[href="#tabs-export"]').on('shown.bs.tab', function() {
if (typeof(export_table) === 'undefined') {
loadExportTable();
}
});
$(document).ready(function () {
if ($('#tabs-history').length) {
$('a[href="#tabs-export"]').on('shown.bs.tab', function() {
if (typeof(export_table) === 'undefined') {
loadExportTable();
}
});
} else {
if (!($('#tabs-history').length)) {
loadExportTable();
}
});