remove comment

This commit is contained in:
maxid
2026-01-02 11:08:57 +01:00
parent 88464e76dd
commit 5f7aa928ed

View File

@@ -118,8 +118,7 @@ class TvdbMetadataProvider(AbstractMetadataProvider):
year = series["year"]
except KeyError:
year = None
# NOTE: the TVDB API is fucking shit and seems to be very poorly documentated, I can't for the life of me
# figure out which statuses this fucking api returns
show = Show(
name=series["name"],
overview=series["overview"],