Skip to content

Commit

Permalink
[patch] Updated support for qbittorrent 4.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Aug 30, 2023
1 parent 11660db commit bf57e65
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions qBitrr/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@

class qBitManager:
min_supported_version = VersionClass("4.3.9")
soft_not_supported_supported_version = VersionClass("4.5")
max_supported_version = VersionClass("4.5.4")
soft_not_supported_supported_version = VersionClass("4.5.x")
max_supported_version = VersionClass("4.5.5")
_head_less_mode = False

def __init__(self):
Expand Down

0 comments on commit bf57e65

Please sign in to comment.