From 7b9197d48df21ea4e0ba7923b00cb1e325ccf7cb Mon Sep 17 00:00:00 2001 From: Jason Dove <1695733+jasongdove@users.noreply.github.com> Date: Tue, 10 Feb 2026 11:26:09 -0600 Subject: [PATCH] fix trakt api calls with new client id (#2820) --- CHANGELOG.md | 1 + ErsatzTV/appsettings.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b08b53d0..947e3e39a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed - Improve stability of playback orders `Shuffle` and `Shuffle in Order` over time +- Fix Trakt list sync ## [26.2.0] - 2026-02-02 ### Added diff --git a/ErsatzTV/appsettings.json b/ErsatzTV/appsettings.json index 695e2fc37..4dc1f31e3 100644 --- a/ErsatzTV/appsettings.json +++ b/ErsatzTV/appsettings.json @@ -17,7 +17,7 @@ }, "AllowedHosts": "*", "Trakt": { - "ClientId": "5a4e78338b7f177cf980d6a8881dd5a52dee680746864e9e442b42d5f4d4ac82" + "ClientId": "e30585c7db49eaf1bd80d7ce5296d5de0bb33e1166f323cd7202412a605c609a" }, "Bugsnag": { "ApiKey": "f59f3cc93cce91210a5c0f047eb2047c",