fix trakt api calls with new client id (#2820)
This commit is contained in:
@@ -20,6 +20,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
- Improve stability of playback orders `Shuffle` and `Shuffle in Order` over time
|
- Improve stability of playback orders `Shuffle` and `Shuffle in Order` over time
|
||||||
|
- Fix Trakt list sync
|
||||||
|
|
||||||
## [26.2.0] - 2026-02-02
|
## [26.2.0] - 2026-02-02
|
||||||
### Added
|
### Added
|
||||||
|
|||||||
@@ -17,7 +17,7 @@
|
|||||||
},
|
},
|
||||||
"AllowedHosts": "*",
|
"AllowedHosts": "*",
|
||||||
"Trakt": {
|
"Trakt": {
|
||||||
"ClientId": "5a4e78338b7f177cf980d6a8881dd5a52dee680746864e9e442b42d5f4d4ac82"
|
"ClientId": "e30585c7db49eaf1bd80d7ce5296d5de0bb33e1166f323cd7202412a605c609a"
|
||||||
},
|
},
|
||||||
"Bugsnag": {
|
"Bugsnag": {
|
||||||
"ApiKey": "f59f3cc93cce91210a5c0f047eb2047c",
|
"ApiKey": "f59f3cc93cce91210a5c0f047eb2047c",
|
||||||
|
|||||||
Reference in New Issue
Block a user