Skip to content
This repository has been archived by the owner on Mar 18, 2022. It is now read-only.

Commit

Permalink
Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
arvvoid committed Feb 13, 2020
1 parent a8c141a commit 1125285
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
4 changes: 2 additions & 2 deletions addon.xml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<addon id="plugin.video.hbogoeu" name="hGO EU" provider-name="arvvoid" version="2.3.2">
<addon id="plugin.video.hbogoeu" name="hGO EU" provider-name="arvvoid" version="2.3.3">
<requires>
<import addon="xbmc.python" version="2.26.0" />
<import addon="script.module.kodi-six" version="0.1.0" />
Expand Down Expand Up @@ -43,7 +43,7 @@ If an official app is available for your platform, use it instead of this.
<source>https://github.com/arvvoid/plugin.video.hbogoeu</source>
<website>https://arvvoid.github.io/plugin.video.hbogoeu</website>
<news>
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
Expand Down
8 changes: 0 additions & 8 deletions hbogolib/handlereu.py
Original file line number Diff line number Diff line change
Expand Up @@ -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']
Expand Down

0 comments on commit 1125285

Please sign in to comment.