CC-4700: Return mime type of streams instead of null
-fixed
This commit is contained in:
parent
2010778876
commit
7efa7169ca
|
@ -321,7 +321,7 @@ SQL;
|
||||||
ws.description AS file_album_title,
|
ws.description AS file_album_title,
|
||||||
ws.length AS file_length,
|
ws.length AS file_length,
|
||||||
't'::BOOL AS file_exists,
|
't'::BOOL AS file_exists,
|
||||||
NULL as file_mime
|
ws.mime as file_mime
|
||||||
SQL;
|
SQL;
|
||||||
$streamJoin = <<<SQL
|
$streamJoin = <<<SQL
|
||||||
cc_schedule AS sched
|
cc_schedule AS sched
|
||||||
|
|
Loading…
Reference in New Issue