CC-4700: Return mime type of streams instead of null

-fixed
This commit is contained in:
Martin Konecny 2012-11-15 16:41:46 -05:00
parent 2010778876
commit 7efa7169ca
1 changed files with 1 additions and 1 deletions

View File

@ -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 = <<<SQL
cc_schedule AS sched