diff options
Diffstat (limited to 'templates/video.tpl')
-rw-r--r-- | templates/video.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/video.tpl b/templates/video.tpl index 8ce2578..fdae3d2 100644 --- a/templates/video.tpl +++ b/templates/video.tpl @@ -141,8 +141,7 @@ <!--EndPlyr--> </div> </section> - <h4 class="mpv">Play with MPV</h4> - <code>mpv '{$local_url}?link={$baselink}'</code> + <code>{$baselink}</code> <code> <iframe width='560' height='315' src='{$local_url}embed?link={$baselink}' frameborder='0' scrolling='no'></iframe> </code> |