Procházet zdrojové kódy

[bugfix] filmix get_streams 1080p strādā tikai pro+

Ivars před 7 roky
rodič
revize
74509050a7
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1
    1
      PlayStream.py

+ 1
- 1
PlayStream.py Zobrazit soubor

@@ -6,7 +6,7 @@
6 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.6k"
9
+__version__ = "0.6l"
10 10
 __id__ = "playstream"
11 11
 __title__ = "PlayStream"
12 12
 __author__ = "ivars777@gmail.com"