From 376c75a827b3064a02968888744fd25e5dd5e255 Mon Sep 17 00:00:00 2001 From: JinRonin Date: Thu, 18 Jan 2018 20:23:15 +0100 Subject: [plugin.video.eurosportplayer] 2.0.6 --- plugin.video.eurosportplayer/startup.py | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 plugin.video.eurosportplayer/startup.py (limited to 'plugin.video.eurosportplayer/startup.py') diff --git a/plugin.video.eurosportplayer/startup.py b/plugin.video.eurosportplayer/startup.py new file mode 100644 index 0000000..628848d --- /dev/null +++ b/plugin.video.eurosportplayer/startup.py @@ -0,0 +1,8 @@ +# -*- coding: utf-8 -*- + +import xbmcaddon + +addon = xbmcaddon.Addon() + +if __name__ == '__main__': + addon.setSetting('startup', 'true') -- cgit v1.2.3