feat: remove watching and on hold from watchlist statuses

This commit is contained in:
2026-04-25 16:00:43 +02:00
parent e1f44f7179
commit a7c76802a0
4 changed files with 0 additions and 21 deletions

View File

@@ -24,9 +24,7 @@ var (
)
var validStatuses = map[string]struct{}{
"watching": {},
"completed": {},
"on_hold": {},
"dropped": {},
"plan_to_watch": {},
}