From d6b9c9d412b06f306426a590779b75871ebdb642 Mon Sep 17 00:00:00 2001 From: Dario Date: Mon, 19 Nov 2018 11:21:32 +0100 Subject: [PATCH 1/2] Rename DS client name in clients.torrent init --- medusa/clients/torrent/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', From ba324b139015f831d8d86fd03b437b49309dbfec Mon Sep 17 00:00:00 2001 From: Dario Date: Mon, 19 Nov 2018 11:44:48 +0100 Subject: [PATCH 2/2] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea1acac894..e95f24ab7e 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)) -----