argenteam provider: fix null exception and improve scoring (part 2)

This commit is contained in:
ngosang 2020-05-16 15:43:05 +02:00
parent f3c3655dae
commit 499ec5ac12
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ class ArgenteamSubtitle(Subtitle):
return self._release_info
combine = []
for attr in ("format", "version", "video_codec"):
for attr in ("format", "version"):
value = getattr(self, attr)
if value:
combine.append(value)