mirror of
https://github.com/morpheus65535/bazarr.git
synced 2025-02-25 15:25:57 +08:00
Fixed missing attribute.
This commit is contained in:
parent
8acd735fcc
commit
143a15693a
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ class SubSyncer:
|
|||
self.reference_stream = "s:{}".format(i)
|
||||
break
|
||||
if not self.reference_stream:
|
||||
using_what = "{0} embedded subtitle track".format(embedded_subs['language'].name)
|
||||
using_what = "{0} embedded subtitle track".format(language_from_alpha3(embedded_subs['language'].alpha3))
|
||||
self.reference_stream = "s:0"
|
||||
elif 'audio' in data:
|
||||
audio_tracks = data['audio']
|
||||
|
|
Loading…
Reference in a new issue