fix: don't update watchlist order when saving progress

This commit is contained in:
2026-05-08 17:12:51 +02:00
parent 0f7a5bfe63
commit 4f173ad83b
2 changed files with 3 additions and 5 deletions

View File

@@ -43,8 +43,7 @@ RETURNING *;
-- name: SaveWatchProgress :exec
UPDATE watch_list_entry
SET current_episode = ?,
current_time_seconds = ?,
updated_at = CURRENT_TIMESTAMP
current_time_seconds = ?
WHERE user_id = ? AND anime_id = ?;
-- name: UpsertContinueWatchingEntry :one