Skip to content

Commit

Permalink
merge(aleshkashell:feature/qbittorrent-fix): connection status for qb…
Browse files Browse the repository at this point in the history
…ittorrent plugin, merge #389
  • Loading branch information
werwolfby authored May 8, 2023
2 parents c831ab6 + 9a78fc9 commit 6b35939
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions monitorrent/plugins/clients/qbittorrent.py
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,7 @@ def set_settings(self, settings):
def check_connection(self):
client = self.get_client()
client.app_version()
return True

def find_torrent(self, torrent_hash):
client = self.get_client()
Expand Down

0 comments on commit 6b35939

Please sign in to comment.