sunken-ship: PurgeMissing = always (valid value; 'missing' was rejected by navidrome 0.61.2)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
DannyDannyDanny 2026-05-24 10:35:59 +02:00
parent 8fcb43f279
commit b2df891b20

View file

@ -115,7 +115,10 @@
# track IDs that Substreamer caches and then 500s on. Without
# this, Navidrome keeps missing rows forever (default behaviour
# preserves play history; we trade that for client-cache hygiene).
Scanner.PurgeMissing = "missing";
# Valid values: never | always | full. `always` purges on every
# scan (selective + full); risk on transient missing is fine
# here (stable local disk).
Scanner.PurgeMissing = "always";
};
};