diff --git a/addon.xml b/addon.xml index ea68c699f..cd23a203d 100644 --- a/addon.xml +++ b/addon.xml @@ -1,10 +1,10 @@ - + - + video diff --git a/resources/site-packages/elementum/osarch.py b/resources/site-packages/elementum/osarch.py index 04b1aa5d3..070933ffd 100644 --- a/resources/site-packages/elementum/osarch.py +++ b/resources/site-packages/elementum/osarch.py @@ -5,7 +5,7 @@ from elementum.addon import ADDON -from platform_detect.python.platform import detect_platform +from platform_detect.platform import detect_platform from elementum.logger import log def get_platform(): diff --git a/whatsnew.txt b/whatsnew.txt index 01faa2d88..e59baf175 100644 --- a/whatsnew.txt +++ b/whatsnew.txt @@ -7,7 +7,7 @@ - Source is open, so you can fork everything. - Some bug fixes or updates can come, to keep things working and have the latest versions. -[B][COLOR red]0.1.88-0.1.90[/COLOR][/B] +[B][COLOR red]0.1.88-0.1.91[/COLOR][/B] - Initial support for connecting more than one plugin.video.elementum to a binary. - Added support for exporting current configuration to a json/yaml file. - Added support for reading configuration form json/yaml file (Kodi is not needed to startup).