kodi.plugin.video.peertube/resources
Thomas c723ced0c6 Fix the selection of instances
When a new instance was selected from the list of instances, it had no
effect because the new instance URL was saved in an attribute that was
reset at the next call of the add-on.
Now when the user selects a new instance, the associated setting is
updated so that this value can be reused the next time the add-on is
called or started.

Also took this opportunity to refactor the access to the add-on's
settings: there are now wrapper methods in kodi_utils.py which
encapsulates the call to Kodi APIs to make the code simpler.

See merge request StCyr/plugin.video.peertube!10 for more information
2021-04-11 08:44:18 +00:00
..
language/resource.language.en_gb Disable the 'delete_files' setting 2021-04-10 22:52:49 +02:00
lib Fix the selection of instances 2021-04-11 08:44:18 +00:00
__init__.py Guide the user when libtorrent cannot be imported 2021-04-08 23:25:49 +02:00
settings.xml Disable the 'delete_files' setting 2021-04-10 22:52:49 +02:00