chore(release): 0.34.1 — Plex watch import concurrency fix
This commit is contained in:
@@ -14,6 +14,14 @@ export interface ReleaseEntry {
|
||||
}
|
||||
|
||||
export const RELEASE_NOTES: ReleaseEntry[] = [
|
||||
{
|
||||
version: "0.34.1",
|
||||
date: "2026-07-09",
|
||||
summary: "Fix: turning on Plex watch sync could show a server error.",
|
||||
fixes: [
|
||||
"Enabling Plex watch sync could briefly show a \"Server error\" if the switch was toggled again while the first import was still running. The import is now safe to run more than once, and the switch is disabled while it works. (If you saw the error, your Plex history still imported correctly.)",
|
||||
],
|
||||
},
|
||||
{
|
||||
version: "0.34.0",
|
||||
date: "2026-07-09",
|
||||
|
||||
Reference in New Issue
Block a user