Skip to content

Commit

Permalink
Rename DS client name in clients.torrent init (#5748)
Browse files Browse the repository at this point in the history
* Rename DS client name in clients.torrent init

* Update CHANGELOG.md
  • Loading branch information
medariox authored and p0psicles committed Nov 19, 2018
1 parent 34142a8 commit 24042d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

-----
Expand Down
2 changes: 1 addition & 1 deletion medusa/clients/torrent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
_clients = [
'deluge',
'deluged',
'download_station',
'downloadstation',
'mlnet',
'qbittorrent',
'rtorrent',
Expand Down

0 comments on commit 24042d5

Please sign in to comment.