diff --git a/funcs/other/bedreNetflix.py b/funcs/other/bedreNetflix.py index 3523f1b..5fb6c4a 100644 --- a/funcs/other/bedreNetflix.py +++ b/funcs/other/bedreNetflix.py @@ -7,7 +7,7 @@ class BedreNetflix(): self.radarrURL = "http://"+ip+":7878/api/v3/" self.sonarrURL = "http://"+ip+":8989/api/" - self.qbittorrentURL = "http://"+ip+":1340/api/v2/" + self.qbittorrentURL = "http://"+ip+":8080/api/v2/" self.moviePath = "/media/plex/Server/movies/" self.showPath = "/media/plex/Server/Shows/"