diff --git a/web/zm_html_view_video.php b/web/zm_html_view_video.php index c79edb7f3..752250868 100644 --- a/web/zm_html_view_video.php +++ b/web/zm_html_view_video.php @@ -116,13 +116,13 @@ if ( isset( $show ) ) { preg_match( '/([^\/]+)\.([^.]+)$/', $video_files[$show], $matches ); $name = $matches[1]; - $format = $matches[2]; + $video_format = $matches[2]; ?>
 
- +