From 7efa7169ca2ac84bca8cff583b44aa1108ef0d2e Mon Sep 17 00:00:00 2001 From: Martin Konecny Date: Thu, 15 Nov 2012 16:41:46 -0500 Subject: [PATCH] CC-4700: Return mime type of streams instead of null -fixed --- airtime_mvc/application/models/Schedule.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/airtime_mvc/application/models/Schedule.php b/airtime_mvc/application/models/Schedule.php index fa2a6c79b..f46bfedde 100644 --- a/airtime_mvc/application/models/Schedule.php +++ b/airtime_mvc/application/models/Schedule.php @@ -321,7 +321,7 @@ SQL; ws.description AS file_album_title, ws.length AS file_length, 't'::BOOL AS file_exists, - NULL as file_mime + ws.mime as file_mime SQL; $streamJoin = <<