Skip to content

Commit

Permalink
fix crash on playing multiple items (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
Limeone authored and Dmitrii Misharov committed Jan 19, 2020
1 parent f94f7df commit 8ee3e28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/resources/lib/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ def set_window_property(value):

def get_window_property(index):
data = json.loads(xbmcgui.Window(10000).getProperty("video.kino.pub-playback_data"))[index]
xbmcgui.Window(10000).clearProperty("video.kino.pub-playback_data")
return data


Expand Down

0 comments on commit 8ee3e28

Please sign in to comment.