Skip to content

Commit

Permalink
MyLists v1.3.1 - Fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Crossoufire committed Mar 10, 2024
1 parent e433969 commit afbfc37
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions backend/api/classes/API_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -266,6 +266,7 @@ def _from_API_to_dict(self, updating: bool = False):
synopsis=self.API_data.get("overview", "Not defined.") or "Not defined.",
popularity=self.API_data.get("popularity", 0) or 0,
api_id=self.API_data.get("id"),
last_api_update=datetime.utcnow(),
image_cover=self._get_media_cover(),
next_episode_to_air=None,
season_to_air=None,
Expand Down Expand Up @@ -358,6 +359,7 @@ def _get_writers(self) -> List[Dict]:

""" --- CLASS CALL ------------------------------------------------------------------------------------------ """


class ApiSeries(ApiTV):
""" TMDB API class specifically for the Series """

Expand Down

0 comments on commit afbfc37

Please sign in to comment.