aboutsummaryrefslogtreecommitdiff
path: root/c
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2022-03-23 23:08:13 +0100
committerJohn Ankarström <john@ankarstrom.se>2022-03-23 23:08:13 +0100
commitc9b639d63f0d17eb7d901d4eda42476ed9d5c8a0 (patch)
treec0eefd335bbae14b8d8501a174d4e258e945bf21 /c
parent2c92cdf8c23fa0724829cc5aa25cb04ae263c796 (diff)
downloadEpisodeBrowser-c9b639d63f0d17eb7d901d4eda42476ed9d5c8a0.tar.gz
Sort episodes.
Diffstat (limited to 'c')
-rw-r--r--c/episodelistview.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/c/episodelistview.c b/c/episodelistview.c
index 9aa73ef..77eefca 100644
--- a/c/episodelistview.c
+++ b/c/episodelistview.c
@@ -162,7 +162,7 @@ ElvUpdate()
F(f);
t = T(2);
- q = Q("local_episodes","episode_file",2,t);
+ q = Q("local_episodes","sort_episode_file",2,t);
for (int i = 0; Qn(q); i++) {
char *szName;