From 24042d5d117506f081862a94cac949c322c57ce0 Mon Sep 17 00:00:00 2001 From: Dario Date: Mon, 19 Nov 2018 12:29:56 +0100 Subject: [PATCH] Rename DS client name in clients.torrent init (#5748) * Rename DS client name in clients.torrent init * Update CHANGELOG.md --- CHANGELOG.md | 1 + medusa/clients/torrent/__init__.py | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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',