Skip to content

Commit

Permalink
0.7.9-rev4
Browse files Browse the repository at this point in the history
  • Loading branch information
pannal committed Oct 5, 2024
1 parent 37ec88c commit ad2bb01
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="script.plexmod"
name="Plex"
version="0.7.9-rev3"
version="0.7.9-rev4"
provider-name="pannal">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
Expand Down
6 changes: 5 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[-0.7.9-rev3-]
[-0.7.9-rev4-]
- Episodes: Clear VIDEO_PROGRESS onFirstInit; Only redirect to episode from progress if shows match
- Collections: Fix shuffle play
- Core/Playback/CoreELEC: Increase CoreELEC resume seek wait fix to 350ms (was 250ms)
- Playlists: Fix shuffle/play button behaviour
- Player: Only send timeline events if playstate has changed or we haven't sent one for 15 seconds; fixes #137
- AddonSettings: Fix default cert bundle setting
- Core/plexnet/http: Fix session cert bundle usage by using the correct attribute (verify vs cert); should fix kodi 18 connectivity
Expand Down

0 comments on commit ad2bb01

Please sign in to comment.