mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-01-11 01:07:36 +08:00
argenteam provider: fix null exception and improve scoring (part 2)
This commit is contained in:
parent
f3c3655dae
commit
499ec5ac12
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue