CC-1665: Scheduled stream rebroadcasting and recording
-fix incorrectly named column
This commit is contained in:
parent
527b43e8ba
commit
b83be1a922
|
@ -80,7 +80,7 @@ class Application_Model_Schedule
|
|||
WHERE ";
|
||||
|
||||
$fileColumns = "ft.artist_name, ft.track_title, ";
|
||||
$streamColumns = "ws.login as artist_name, ws.name as track_title, ";
|
||||
$streamColumns = "ws.creator_id as artist_name, ws.name as track_title, ";
|
||||
|
||||
$fileJoin = "cc_files ft ON st.file_id = ft.id";
|
||||
$streamJoin = "cc_webstream ws ON st.stream_id = ws.id";
|
||||
|
|
Loading…
Reference in New Issue