summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2016-02-01 20:19:39 +0000
committerDan Goodliffe <dan@randomdan.homeip.net>2016-02-01 20:19:39 +0000
commitf2fbe044388a3b7ce10eac170387fee884e418ab (patch)
treed1d112f19f8eb0f16f13b7dde755d15be808a3de
parentAdd lots of non-gloden path tests and fix highlighted bugs (diff)
downloadmythfs-0.2.1.tar.bz2
mythfs-0.2.1.tar.xz
mythfs-0.2.1.zip
Exclude recordings in the deleted groupmythfs-0.2.1
-rw-r--r--mythfs/service/sql/getRecorded.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/mythfs/service/sql/getRecorded.sql b/mythfs/service/sql/getRecorded.sql
index 7471831..feb1221 100644
--- a/mythfs/service/sql/getRecorded.sql
+++ b/mythfs/service/sql/getRecorded.sql
@@ -1,4 +1,5 @@
SELECT startTime, endTime, title, subtitle, description, season, episode, category, recgroup, seriesId, programId, fileSize, basename
FROM recorded
WHERE deletepending = 0
+AND recgroup != 'Deleted'
ORDER BY chanId, startTime