diff --git a/addon.xml b/addon.xml index 0fbd8c60..ed5cfe7e 100644 --- a/addon.xml +++ b/addon.xml @@ -1,4 +1,4 @@ - + @@ -43,7 +43,7 @@ If an official app is available for your platform, use it instead of this. https://github.com/arvvoid/plugin.video.hbogoeu https://arvvoid.github.io/plugin.video.hbogoeu -v.2.3.2 +v.2.3.3 - Detect not available content before attempt play (show dialog when the content will be available) - Retry playback automatically on first soft error (usually after long inactivity EU handler) - Request caching diff --git a/hbogolib/handlereu.py b/hbogolib/handlereu.py index 51143481..9a477bf0 100644 --- a/hbogolib/handlereu.py +++ b/hbogolib/handlereu.py @@ -1085,14 +1085,6 @@ def play(self, content_id, retry=0): if item_info is False: return - ExternalSubtitles = None - - try: - ExternalSubtitles = item_info['Subtitles'] - self.log("Subs... " + str(ExternalSubtitles)) - except KeyError: - pass - availfrom = '' try: availfrom = item_info['AvailabilityFromUtcIso']