Skip to content

Commit

Permalink
Fix ,
Browse files Browse the repository at this point in the history
  • Loading branch information
TEALC82 committed Jul 12, 2024
1 parent bf544c2 commit 78095ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion stream_fusion/utils/metdata/tmdb.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ def get_metadata(self, id, type):
titles=[self.replace_weird_characters(data["tv_results"][0]["name"])],
season="S{:02d}".format(int(full_id[1])),
episode="E{:02d}".format(int(full_id[2])),
origin_country=data["tv_results"][0]["origin_country"]
origin_country=data["tv_results"][0]["origin_country"],
languages=self.config['languages']
)
else:
Expand Down

0 comments on commit 78095ba

Please sign in to comment.