Tweak use of in memory cache.
[plugin.video.netflix.git] / addon.py
index 4549bf9ec3e8b9bcb8114e04b6c7a297f07f91f4..9e7a68af2dab0dd3f08fa422c16d189101a09af2 100644 (file)
--- a/addon.py
+++ b/addon.py
@@ -33,5 +33,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')
+    kodi_helper.log('Started (Version ' + kodi_helper.version + ')')
     navigation.router(paramstring=sys.argv[2][1:])