aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/storage/video_database/getters.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/video_database/getters.rs b/src/storage/video_database/getters.rs
index ca4164d..fd363fb 100644
--- a/src/storage/video_database/getters.rs
+++ b/src/storage/video_database/getters.rs
@@ -104,7 +104,7 @@ pub async fn get_videos(
}
}
- qb.push("\n ORDER BY priority DESC;");
+ qb.push("\n ORDER BY priority DESC, publish_date DESC;");
debug!("Will run: \"{}\"", qb.sql());