Skip to content

Commit

Permalink
[patch] Fixed reading qbittorrent 4.3.9 version
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Aug 23, 2023
1 parent 8beb1b1 commit 2702737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qBitrr/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@


class qBitManager:
min_supported_version = VersionClass("4.4.1")
min_supported_version = VersionClass("4.3.9")
soft_not_supported_supported_version = VersionClass("4.5")
max_supported_version = VersionClass("4.5.4")
_head_less_mode = False
Expand Down

0 comments on commit 2702737

Please sign in to comment.