Skip to content

Commit

Permalink
Merge pull request #4629 from goggle/rsiplaytv-2.2.5
Browse files Browse the repository at this point in the history
[plugin.video.rsiplaytv@matrix] 2.2.5
  • Loading branch information
basrieter authored Feb 15, 2025
2 parents 5c25dcf + bcaaf65 commit a15573c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
10 changes: 7 additions & 3 deletions plugin.video.rsiplaytv/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.rsiplaytv" name="RSI Play TV" version="2.2.4" provider-name="Alexander Seiler">
<addon id="plugin.video.rsiplaytv" name="RSI 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"/>
<import addon="script.module.youtube_channels" version="0.2.0"/>
</requires>
<extension point="xbmc.python.pluginsource" library="addon.py">
Expand All @@ -27,7 +27,11 @@
<forum>https://github.com/goggle/plugin.video.rsiplaytv/discussions</forum>
<website>https://www.rsi.ch/play/tv</website>
<source>https://github.com/goggle/plugin.video.rsiplaytv</source>
<news>v2.2.4 (2024-03-21)
<news>v2.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.rsiplaytv/resources/lib/rsiplaytv.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# -*- coding: utf-8 -*-

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

0 comments on commit a15573c

Please sign in to comment.