diff --git a/addon.xml b/addon.xml index 7f68378..cf738b1 100644 --- a/addon.xml +++ b/addon.xml @@ -4,6 +4,7 @@ + video diff --git a/service.py b/service.py index b68145a..7c406b1 100644 --- a/service.py +++ b/service.py @@ -145,7 +145,7 @@ if __name__ == "__main__": # Import libtorrent here to manage when the library is not installed try: - import libtorrent + from python_libtorrent import libtorrent LIBTORRENT_IMPORTED = True except ImportError as exception: LIBTORRENT_IMPORTED = False