From f09feabb5f59bad2943e6c1ad8ba0a4c93fd9e96 Mon Sep 17 00:00:00 2001 From: atomizasser Date: Sun, 28 Jan 2018 08:56:58 +0100 Subject: [PATCH] Update torrent.json Add new torrent engine; elementum --- plugin.video.alfa/servers/torrent.json | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/plugin.video.alfa/servers/torrent.json b/plugin.video.alfa/servers/torrent.json index b498fd68..698c5db3 100644 --- a/plugin.video.alfa/servers/torrent.json +++ b/plugin.video.alfa/servers/torrent.json @@ -6,6 +6,11 @@ "name": "xbmctorrent", "url": "plugin://plugin.video.xbmctorrent/play/%s" }, + { + "id": "plugin.video.elementum", + "name": "elementum", + "url": "plugin://plugin.video.elementum/play?uri=%s" + }, { "id": "plugin.video.pulsar", "name": "pulsar", @@ -78,4 +83,4 @@ "visible": false } ] -} \ No newline at end of file +}