diff --git a/CHANGELOG b/CHANGELOG index 99891e5b..7d9278d9 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,4 +1,5 @@ # Requirements Update (requirements will need to be reinstalled) +Updated PlexAPI requirement to 4.15.13 # Removed Features diff --git a/VERSION b/VERSION index 3007e126..cc386e51 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.0.1-develop20 +2.0.1-develop21 diff --git a/modules/convert.py b/modules/convert.py index b6e99c36..320b2f97 100644 --- a/modules/convert.py +++ b/modules/convert.py @@ -109,7 +109,7 @@ class Convert: ids.append((int(self.tmdb_to_tvdb(tmdb_id, fail=True)), "tvdb")) except Failed: pass - ids.append((self._anidb_to_tmdb_movie[anidb_id], "tmdb")) + ids.append((self._anidb_to_tmdb_show[anidb_id], "tmdb")) elif str(anidb_id) in self._anidb_ids: logger.warning(f"Convert Warning: No TVDb ID or IMDb ID found for AniDB ID: {anidb_id}") else: diff --git a/requirements.txt b/requirements.txt index f9b178a3..020ee562 100644 --- a/requirements.txt +++ b/requirements.txt @@ -4,7 +4,7 @@ lxml==5.2.2 num2words==0.5.13 pathvalidate==3.2.0 pillow==10.3.0 -PlexAPI==4.15.12 +PlexAPI==4.15.13 psutil==5.9.8 python-dotenv==1.0.1 python-dateutil==2.9.0.post0