From 302bcee7a04ad8f189159136521a860972df1205 Mon Sep 17 00:00:00 2001 From: NikolajDanger Date: Mon, 8 Feb 2021 23:40:20 +0100 Subject: [PATCH] :bug: --- funcs/other/bedreNetflix.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/funcs/other/bedreNetflix.py b/funcs/other/bedreNetflix.py index cb135b5..22f00ea 100644 --- a/funcs/other/bedreNetflix.py +++ b/funcs/other/bedreNetflix.py @@ -3,7 +3,7 @@ from funcs import logThis radarrURL = "http://localhost:7878/api/v3/" sonarrURL = "http://localhost:8989/api/" -qbittorrentURL = "http://192.168.0.40:1340/api/v2/" +qbittorrentURL = "http://localhost:1340/api/v2/" moviePath = "/media/plex/Server/movies/" showPath = "/media/plex/Server/Shows/"