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

pull/987/head
ngosang 4 years ago
parent f3c3655dae
commit 499ec5ac12

@ -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)

Loading…
Cancel
Save