diff --git a/.github/.wordlist.txt b/.github/.wordlist.txt index 28ff4428..e1fba4eb 100644 --- a/.github/.wordlist.txt +++ b/.github/.wordlist.txt @@ -300,6 +300,7 @@ tmdb TMDb TMDb's TMDbAPIs +tmdbapis Toastjuh TODO tomatoesaudience diff --git a/CHANGELOG b/CHANGELOG index af8e977c..ea491243 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -6,6 +6,7 @@ Update pillow requirement to 10.4.0 Update PlexAPI requirement to 4.15.16 Update psutil requirement to 6.0.0 Update setuptools requirement to 74.0.0 +Update tmdbapis requirement to 1.2.21 # Removed Features @@ -21,6 +22,7 @@ Added new studios : Disney Television Animation, DisneyToon Studios, Dynamic Pla Fixed #2150; change xmen list to a new one Added `A Quiet Place: Day One` to the `A Quiet Place` collection in the `franchise` Defaults file Add `minimum_items_<>` to universe Default file +Added workaround to `Streaming` for TMDb issue with TMDb Discover # Bug Fixes Fixed multiple anime `int()` Errors @@ -38,4 +40,5 @@ Fixes `streaming` defaults adding and removing items randomly Fixes missing TMDb Discover parameters Fixes `imdb_chart` error when using `trending_india` Adds error information to help with #2201 +Added warning to TMDb Discover builder regarding ongoing bug with using `popularity.desc` as sort order Various other Minor Fixes