Merge pull request #987 from ngosang/feature/argent2

argenteam provider: fix null exception and improve scoring (part 2)
pull/997/head
morpheus65535 4 years ago committed by GitHub
commit bbee163d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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