summaryrefslogtreecommitdiff
path: root/p2pvr/daemon/sql/Recordings_getAll.sql
diff options
context:
space:
mode:
Diffstat (limited to 'p2pvr/daemon/sql/Recordings_getAll.sql')
-rw-r--r--p2pvr/daemon/sql/Recordings_getAll.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/p2pvr/daemon/sql/Recordings_getAll.sql b/p2pvr/daemon/sql/Recordings_getAll.sql
index c0a096c..3c3ff51 100644
--- a/p2pvr/daemon/sql/Recordings_getAll.sql
+++ b/p2pvr/daemon/sql/Recordings_getAll.sql
@@ -1,3 +1,3 @@
-SELECT recordingId, storageAddress, guid, scheduleId, title, subtitle, description, startTime, duration
+SELECT recordingId, storageAddress, guid, scheduleId, eventUid
FROM recordings r
-ORDER BY startTime, title, subtitle
+ORDER BY recordingId