Skip to content

Commit

Permalink
Merge pull request MythTV#70 from mymatenige/modules-mythweb-tmpl-def…
Browse files Browse the repository at this point in the history
…ault-set_flvplayer

Fix typo in ffmpeg.app path.
  • Loading branch information
stuarta authored Mar 9, 2022
2 parents 45f60a6 + 860836b commit 37e01a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/mythweb/tmpl/default/set_flvplayer.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
break;
}
elseif (php_uname ('s') == 'Darwin' && file_exists ($path."/ffmpeg.app")) {
$ffmpeg = $path."/ffmpeg".app;
$ffmpeg = $path."/ffmpeg.app";
break;
}
}
Expand Down

0 comments on commit 37e01a0

Please sign in to comment.