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

@@ -29,7 +29,6 @@ templ ContinueWatching(entries []db.GetContinueWatchingEntriesRow) {
Href: continueWatchingURL(entry),
TitleEnglish: nullString(entry.TitleEnglish),
TitleJapanese: nullString(entry.TitleJapanese),
WatchlistStatus: "watching",
DisableWatchlist: true,
Class: "notification-card min-w-0 flex flex-col bg-transparent text-inherit no-underline",
HideTitle: true,