From c4e9da1ed26bd93ac97bf931a59a87333592d753 Mon Sep 17 00:00:00 2001 From: koperfieldcz <31311804+koperfieldcz@users.noreply.github.com> Date: Mon, 23 Jul 2018 12:56:52 +0200 Subject: [PATCH] Add Skylink LiveTV (#44) * New plugin Skylink LiveTV * Update addons.py fixed indent + missing comma --- .gitmodules | 3 +++ addons.py | 3 ++- plugin.video.sl | 1 + 3 files changed, 6 insertions(+), 1 deletion(-) create mode 160000 plugin.video.sl diff --git a/.gitmodules b/.gitmodules index 775e8869..622a55e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -163,3 +163,6 @@ [submodule "skin.estuary.stream-cinema"] path = skin.estuary.stream-cinema url = https://github.com/Jirkoun/skin.estuary.stream-cinema.git +[submodule "plugin.video.sl"] + path = plugin.video.sl + url = https://github.com/Sorien/plugin.video.sl.git diff --git a/addons.py b/addons.py index a452efb4..271d997b 100644 --- a/addons.py +++ b/addons.py @@ -57,7 +57,8 @@ "plugin.video.mojevideo.sk", "plugin.video.titulkomet.cz", "weather.shmu.pocasie", - "skin.estuary.stream-cinema" + "skin.estuary.stream-cinema", + "plugin.video.sl" ] + _BEAM_ import os diff --git a/plugin.video.sl b/plugin.video.sl new file mode 160000 index 00000000..5eb7c6fc --- /dev/null +++ b/plugin.video.sl @@ -0,0 +1 @@ +Subproject commit 5eb7c6fc8a640395266da090118a03efea9156dc