diff options
Diffstat (limited to 'play')
-rw-r--r-- | play/index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/play/index.php b/play/index.php index 0fe4cf93..a2c10aaa 100644 --- a/play/index.php +++ b/play/index.php @@ -322,6 +322,7 @@ if (((Config::get('transcode') == 'always' AND !$video) || } // end if downsampling else { $fp = fopen($media->file, 'rb'); + $transcoded = false; } if (!is_resource($fp)) { |