From 56eb2ac7dcfa0b7e0269612632b7944ff7b6b51f Mon Sep 17 00:00:00 2001 From: Karl Vollmer Date: Thu, 1 Dec 2011 15:59:33 -0400 Subject: Fixed two PHP warnings, and some issues with how users were being constructed in init (which makes me wonder) and started trying to figure out why libre.fm broke --- play/index.php | 1 + 1 file changed, 1 insertion(+) (limited to 'play/index.php') 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)) { -- cgit