Merge pull request #987 from ngosang/feature/argent2

argenteam provider: fix null exception and improve scoring (part 2)
This commit is contained in:
morpheus65535 2020-05-16 09:47:53 -04:00 committed by GitHub
commit bbee163d2e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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)