-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
6 additions
and
3 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="plugin.video.rtpplay" name="RTP Play" version="5.0.12" provider-name="enen92, guipenedo"> | ||
<addon id="plugin.video.rtpplay" name="RTP Play" version="5.0.13" provider-name="enen92, guipenedo"> | ||
<requires> | ||
<import addon="xbmc.python" version="2.25.0"/> | ||
<import addon="script.module.routing" version="0.2.0"/> | ||
|
@@ -23,8 +23,8 @@ | |
<email>[email protected]</email> | ||
<source>https://github.com/enen92/plugin.video.rtpplay</source> | ||
<news> | ||
Version 5.0.12 (11/2/2021) | ||
- Fix EPG on Live listings | ||
Version 5.0.13 | ||
- Fix live and ondemand | ||
</news> | ||
<disclaimer lang="en_GB">The plugin is unofficial and not endorsed by RTP. Expect it to break. </disclaimer> | ||
<disclaimer lang="pt_PT">Este plugin não é oficial nem desenvolvido pela RTP. </disclaimer> | ||
|
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,3 +1,6 @@ | ||
Version 5.0.13 | ||
- Fix live and ondemand | ||
|
||
Version 5.0.12 (11/2/2021) | ||
- Fix EPG on Live listings | ||
|
||
|