feat: WatchedArtist.showAllTypes toggle (default false)

Adds the per-artist release-type filter toggle: off (default) restricts
a discography view to core studio releases, on shows everything
(live, compilations, etc.).
This commit is contained in:
Jonathan
2026-07-11 18:03:29 +02:00
parent 28fc1ee1a8
commit f2dbef047c
3 changed files with 14 additions and 0 deletions
+1
View File
@@ -97,6 +97,7 @@ model WatchedArtist {
mbid String @unique
name String
autoMonitorFuture Boolean @default(false)
showAllTypes Boolean @default(false)
monitorFrom DateTime @default(now())
lastPolledAt DateTime?
createdAt DateTime @default(now())