feat(web): surface discover.listenBrainzUrl; swap maxSeeds->chunkSize in Discovery tab
This commit is contained in:
@@ -3,10 +3,11 @@ import { prisma } from "@/lib/db";
|
||||
const DEFAULTS: Record<string, string> = {
|
||||
"discover.enabled": "false",
|
||||
"discover.intervalHours": "168",
|
||||
"discover.maxSeeds": "50",
|
||||
"discover.similarPerSeed": "20",
|
||||
"discover.albumsPerArtist": "1",
|
||||
"discover.minScore": "0",
|
||||
"discover.chunkSize": "5",
|
||||
"discover.listenBrainzUrl": "",
|
||||
};
|
||||
|
||||
export async function GET() {
|
||||
|
||||
Reference in New Issue
Block a user