-
-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
V2.0.6 - Add support for non-library videos
- Loading branch information
1 parent
fd195ef
commit 80c7276
Showing
3 changed files
with
53 additions
and
27 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> | ||
<addon id="script.service.playbackresumer" name="Kodi Playback Resumer" version="2.0.5" provider-name="bossanova808, bradvido88"> | ||
<addon id="script.service.playbackresumer" name="Kodi Playback Resumer" version="2.0.6" provider-name="bossanova808, bradvido88"> | ||
<requires> | ||
<import addon="xbmc.python" version="3.0.0"/> | ||
</requires> | ||
|
@@ -15,9 +15,7 @@ | |
<source>https://github.com/bossanova808/script.service.playbackresumer</source> | ||
<forum>https://forum.kodi.tv/showthread.php?tid=355383</forum> | ||
<email>[email protected]</email> | ||
<news>v2.0.5 | ||
- Fix odd reported bug with resume points | ||
</news> | ||
<news>v2.0.6 - Add support for non-library videos</news> | ||
<assets> | ||
<icon>icon.png</icon> | ||
</assets> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
v2.0.6 (unreleased) | ||
v2.0.6 | ||
|
||
- Add support for non library videos | ||
|
||
v2.0.5 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters