CC-3407 : Timeline: Display if tracks are missing on disk
This commit is contained in:
parent
451b573c52
commit
296a5c583a
3 changed files with 20 additions and 14 deletions
|
@ -369,7 +369,7 @@ class Application_Model_Schedule {
|
|||
sched.playout_status AS playout_status,
|
||||
|
||||
ft.track_title AS file_track_title, ft.artist_name AS file_artist_name,
|
||||
ft.album_title AS file_album_title, ft.length AS file_length
|
||||
ft.album_title AS file_album_title, ft.length AS file_length, ft.file_exists AS file_exists
|
||||
|
||||
FROM
|
||||
((cc_schedule AS sched JOIN cc_files AS ft ON (sched.file_id = ft.id)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue