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 1 additions and 1 deletions
Showing only changes of commit 8b795a0a7d - Show all commits

View File

@ -297,6 +297,6 @@ if {$hasffmpeg} {
puts [format {
<script type="text/javascript">
var url = "%s";
$('#ffmpeg').load(url, function() { $('#play, #playDL').enable(); }); }
$('#ffmpeg').load(url, function() { $('#play, #playDL').enable(); });
</script> } $url]
}