Add Download button

This commit is contained in:
df 2021-04-17 14:13:04 +00:00
parent bf838ed5e4
commit da7d07a891
1 changed files with 3 additions and 0 deletions

View File

@ -873,6 +873,9 @@ $('a.bf').click(function(e) {
type: type
});
$dialog.attr('file', file);
$dialog.attr('type', type);
$('#playDL').attr('download', file.replace(/.*\//, ''));
if (type == 'ts') {