android:v0.2.9

This commit is contained in:
DelLevin-Home
2026-08-06 23:49:49 +08:00
parent 31418eb2b7
commit eee15e0aa8
23 changed files with 1463 additions and 334 deletions

View File

@@ -49,6 +49,8 @@ class MovieDao {
switch (sortMode) {
case 1: return 'created_at DESC';
case 2: return 'rating DESC NULLS LAST, updated_at DESC';
case 3: return 'watch_date DESC NULLS LAST, created_at DESC';
case 4: return 'release_date DESC NULLS LAST, created_at DESC';
default: return 'updated_at DESC';
}
}