Play file in browser or with external helper application #34

Merged
prpr merged 14 commits from df/webif:df-playmedia-patch into master 2022-03-25 22:58:13 +00:00
1 changed files with 3 additions and 0 deletions
Showing only changes of commit da7d07a891 - Show all commits

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') {