Add m3u8 export file format

This commit is contained in:
JonnyWong16 2020-10-02 19:42:24 -07:00
commit 34c9ede9c9
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
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();
}
});