summaryrefslogtreecommitdiff
path: root/plugin.video.eurosportplayer/startup.py
diff options
context:
space:
mode:
Diffstat (limited to 'plugin.video.eurosportplayer/startup.py')
-rw-r--r--plugin.video.eurosportplayer/startup.py8
1 files changed, 8 insertions, 0 deletions
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')