Skip to content

Commit

Permalink
Merge pull request #4480 from goggle/srfplaytv-2.2.4
Browse files Browse the repository at this point in the history
[plugin.video.srfplaytv@matrix] 2.2.4
  • Loading branch information
basrieter authored Mar 22, 2024
2 parents dd6295e + 3fe42c9 commit 69855d2
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions plugin.video.srfplaytv/addon.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<addon id="plugin.video.srfplaytv" name="SRF Play TV" version="2.2.3" provider-name="Alexander Seiler">
<addon id="plugin.video.srfplaytv" name="SRF Play TV" version="2.2.4" provider-name="Alexander Seiler">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.srgssr" version="2.2.3"/>
<import addon="script.module.srgssr" version="2.2.4"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
Expand All @@ -26,7 +26,10 @@
<forum>https://forum.kodi.tv/showthread.php?tid=331129</forum>
<website>https://www.srf.ch/play/tv</website>
<source>https://github.com/goggle/plugin.video.srfplaytv</source>
<news>v2.2.3 (2023-03-09)
<news>v2.2.4 (2024-03-21)
- Fix translatePath error

v2.2.3 (2023-03-09)
- Display date and time for scheduled live streams.

v2.2.2 (2023-01-29)
Expand Down

0 comments on commit 69855d2

Please sign in to comment.