Merge branch 'alpha' of /home/marco/.kodi/addons/plugin.video.kod with conflicts.

This commit is contained in:
mac12m99
2021-06-08 19:49:30 +02:00
parent 5f16ff4121
commit 46b8eb945a
3 changed files with 7 additions and 2 deletions
+5
View File
@@ -29,3 +29,8 @@ if sys.argv[2] == "":
launcher.start()
launcher.run()
# import sqlitedict
#
# d = sqlitedict.SqliteDict('/home/marco/.kodi/userdata/addon_data/plugin.video.kod/videolibrary/videolibrary.sqlite', 'tvshow')
# for k, v in d.items():
# print(k, v['item'])