diff --git a/CHANGELOG.md b/CHANGELOG.md index c019747c5a..ec4c63a93b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,7 @@ #### Improvements #### Fixes +- Fixed ImportError when using Download Station client ([#5748](https://github.com/pymedusa/Medusa/pull/5748)) - Fixed Torrent Search path option not being saved ([#5736](https://github.com/pymedusa/Medusa/pull/5736)) ----- diff --git a/medusa/clients/torrent/__init__.py b/medusa/clients/torrent/__init__.py index 32e136cc28..2cd2c58bd5 100644 --- a/medusa/clients/torrent/__init__.py +++ b/medusa/clients/torrent/__init__.py @@ -23,7 +23,7 @@ _clients = [ 'deluge', 'deluged', - 'download_station', + 'downloadstation', 'mlnet', 'qbittorrent', 'rtorrent',