Skip to content

Commit c4e9da1

Browse files
koperfieldczlzoubek
authored andcommitted
Add Skylink LiveTV (#44)
* New plugin Skylink LiveTV * Update addons.py fixed indent + missing comma
1 parent 8cad18d commit c4e9da1

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

Diff for: .gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -163,3 +163,6 @@
163163
[submodule "skin.estuary.stream-cinema"]
164164
path = skin.estuary.stream-cinema
165165
url = https://github.com/Jirkoun/skin.estuary.stream-cinema.git
166+
[submodule "plugin.video.sl"]
167+
path = plugin.video.sl
168+
url = https://github.com/Sorien/plugin.video.sl.git

Diff for: addons.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@
5757
"plugin.video.mojevideo.sk",
5858
"plugin.video.titulkomet.cz",
5959
"weather.shmu.pocasie",
60-
"skin.estuary.stream-cinema"
60+
"skin.estuary.stream-cinema",
61+
"plugin.video.sl"
6162
] + _BEAM_
6263

6364
import os

Diff for: plugin.video.sl

Submodule plugin.video.sl added at 5eb7c6f

0 commit comments

Comments
 (0)