Browse Source

fix trakt api calls with new client id (#2820)

pull/2822/head
Jason Dove 6 months ago committed by GitHub
parent
commit
7b9197d48d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 1
      CHANGELOG.md
  2. 2
      ErsatzTV/appsettings.json

1
CHANGELOG.md

@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). @@ -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

2
ErsatzTV/appsettings.json

@ -17,7 +17,7 @@ @@ -17,7 +17,7 @@
},
"AllowedHosts": "*",
"Trakt": {
"ClientId": "5a4e78338b7f177cf980d6a8881dd5a52dee680746864e9e442b42d5f4d4ac82"
"ClientId": "e30585c7db49eaf1bd80d7ce5296d5de0bb33e1166f323cd7202412a605c609a"
},
"Bugsnag": {
"ApiKey": "f59f3cc93cce91210a5c0f047eb2047c",

Loading…
Cancel
Save