From a86f2b8f093a3bc584b41b804d6ad813d6ecaf73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20B=C3=A9tous?= Date: Thu, 8 Apr 2021 23:42:32 +0200 Subject: [PATCH] Update the URL for libtorrent install The short URL was pointing to the wrong wiki (the one in my fork) --- peertube.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/peertube.py b/peertube.py index 44ef4e1..26d16e2 100644 --- a/peertube.py +++ b/peertube.py @@ -36,7 +36,7 @@ class PeertubeAddon(): """ # URL of the page which explains how to install libtorrent - HELP_URL = 'https://link.infini.fr/peertube-kodi-libtorrent' + HELP_URL = 'https://link.infini.fr/libtorrent-peertube-kodi' def __init__(self, plugin, plugin_id): """