mirror of
https://github.com/nikdoof/mythview.git
synced 2025-12-18 05:19:21 +00:00
Remove unneeded file
This commit is contained in:
@@ -1,7 +0,0 @@
|
||||
SELECT channel.chanid, cast(channel.channum as signed) as channum, channel.name, program.title, time_to_sec(timediff(time(program.endtime), time(now()) )) as timetoend
|
||||
FROM channel, program
|
||||
WHERE program.chanid = channel.chanid
|
||||
AND program.starttime <= NOW( )
|
||||
AND program.endtime >= NOW( )
|
||||
AND channum <> 0
|
||||
ORDER BY channum
|
||||
Reference in New Issue
Block a user