Skip to content

Commit

Permalink
Merge pull request #4630 from goggle/swiplaytv-2.2.5
Browse files Browse the repository at this point in the history
[plugin.video.swiplaytv@matrix] 2.2.5
  • Loading branch information
basrieter authored Feb 15, 2025
2 parents 7b01500 + 804a828 commit 5c25dcf
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 7 additions & 3 deletions plugin.video.swiplaytv/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.swiplaytv" name="SWI Play TV" version="2.2.4" provider-name="Alexander Seiler">
<addon id="plugin.video.swiplaytv" name="SWI Play TV" version="2.2.5" provider-name="Alexander Seiler">
<requires>
<import addon="xbmc.python" version="3.0.0"/>
<import addon="script.module.srgssr" version="2.2.4"/>
<import addon="script.module.srgssr" version="2.2.5"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
<provides>video</provides>
Expand All @@ -26,7 +26,11 @@
<forum>https://github.com/goggle/plugin.video.swiplaytv/discussions</forum>
<website>https://play.swissinfo.ch/play/tv/</website>
<source>https://github.com/goggle/plugin.video.swiplaytv</source>
<news>v2.2.4 (2024-03-21)
<news>v.2.2.5 (2025-02-09)
- Retrieve subtitles via HTTPS
- Adapt to upstream changes

v2.2.4 (2024-03-21)
- Fix translatePath errors

v2.2.3 (2023-03-09)
Expand Down
2 changes: 0 additions & 2 deletions plugin.video.swiplaytv/resources/lib/swiplaytv.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

# Copyright (C) 2022 Alexander Seiler
#
#
Expand Down

0 comments on commit 5c25dcf

Please sign in to comment.