no log: update fese

pull/2208/head
Vitiko 2 years ago
parent 4e50dc29a4
commit fdefb85b1f

@ -4,4 +4,4 @@
from .container import FFprobeVideoContainer from .container import FFprobeVideoContainer
from .stream import FFprobeSubtitleStream from .stream import FFprobeSubtitleStream
__version__ = "0.2.7" __version__ = "0.2.8"

@ -57,8 +57,8 @@ class FFprobeSubtitleDisposition:
def language_kwargs(self): def language_kwargs(self):
return { return {
"hi": self._content_type == "hearing_impaired", "hi": self._content_type == "hearing_impaired" or self.hearing_impaired,
"forced": self._content_type == "forced", "forced": self._content_type == "forced" or self.forced,
} }
def __str__(self): def __str__(self):

@ -1,5 +1,6 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
class FeseError(Exception): class FeseError(Exception):
pass pass

Loading…
Cancel
Save