chore(performance): Adds string parser for inline JS data & performacne profiler...
[plugin.video.netflix.git] / addon.py
index 9303b974e9c3dbdd34417d4f72efb665a5fa7d27..712691684a57fe482145229083fe421fa30317ae 100644 (file)
--- a/addon.py
+++ b/addon.py
@@ -50,4 +50,5 @@ kodi_helper.set_library(library=library)
 if __name__ == '__main__':
     # Call the router function and pass the plugin call parameters to it.
     # We use string slicing to trim the leading '?' from the plugin call paramstring
+    kodi_helper.log('started')
     navigation.router(paramstring=sys.argv[2][1:])