mirror of
https://github.com/morpheus65535/bazarr.git
synced 2026-01-08 10:04:21 +08:00
Fixed embeddedsubtitles provider issue with some subtitles format. #3085
This commit is contained in:
parent
18b5d6ec07
commit
6e911cf97d
1 changed files with 0 additions and 1 deletions
|
|
@ -45,7 +45,6 @@ class EmbeddedSubtitle(Subtitle):
|
|||
self.page_link = self.container.path
|
||||
self.release_info = _get_pretty_release_name(stream, container)
|
||||
self.media_type = media_type
|
||||
self._og_format = stream.codec_name
|
||||
|
||||
self._matches: set = matches
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue