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:
@@ -0,0 +1,2 @@
|
||||
-- AlterTable
|
||||
ALTER TABLE "WatchedArtist" ADD COLUMN "showAllTypes" BOOLEAN NOT NULL DEFAULT false;
|
||||
Reference in New Issue
Block a user