Fixed embeddedsubtitles provider issue with some subtitles format. #3085

This commit is contained in:
morpheus65535 2025-11-29 10:01:10 -05:00
parent 18b5d6ec07
commit 6e911cf97d

View file

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