Browse Source

salabots replay

Ivars 6 years ago
parent
commit
c38041415e
2 changed files with 4 additions and 1 deletions
  1. 1
    1
      PlayStream.py
  2. 3
    0
      changelog.md

+ 1
- 1
PlayStream.py View File

6
 # Used fragments of code from enigma2-plugin-tv3play by Taapat (https://github.com/Taapat/enigma2-plugin-tv3play)
6
 # Used fragments of code from enigma2-plugin-tv3play by Taapat (https://github.com/Taapat/enigma2-plugin-tv3play)
7
 #
7
 #
8
 
8
 
9
-__version__ = "0.8r"
9
+__version__ = "0.8s"
10
 __id__ = "playstream"
10
 __id__ = "playstream"
11
 __title__ = "PlayStream"
11
 __title__ = "PlayStream"
12
 __author__ = "ivars777@gmail.com"
12
 __author__ = "ivars777@gmail.com"

+ 3
- 0
changelog.md View File

1
 **0.8p** (21.08.2018):
1
 **0.8p** (21.08.2018):
2
+**0.8r** (12.10.2018):
3
+- salabots replay
4
+
2
 **0.8r** (29.09.2018):
5
 **0.8r** (29.09.2018):
3
 - salabots TVPlay (raidījumi pa kategorijām)
6
 - salabots TVPlay (raidījumi pa kategorijām)
4
 
7