try
All checks were successful
Deploy to ras-dan-01 / deploy (push) Successful in -24s

This commit is contained in:
2025-08-27 10:25:41 +02:00
parent 295ef1664f
commit ebf60a0c16

View File

@@ -346,6 +346,7 @@ def show_movie_list(db_name="movie_db.db", user_id=None, search_query=None, page
medium.medium,
movie_list.release_year
{SQL_BASE}{SQL_WHERE}
ORDER BY titel ASC
LIMIT ? OFFSET ?"""
paginated_params = params + [per_page, offset]