pymedusa / Medusa

Automatic Video Library Manager for TV Shows. It watches for new episodes of your favorite shows, and when they are posted it does its magic.
https://pymedusa.com
GNU General Public License v3.0
1.81k stars 278 forks source link

Synology downloadstation client #5744

Closed ha5hi5h closed 6 years ago

ha5hi5h commented 6 years ago

what started as a wrong file name -- download_station_client.py which got corrected in the latest release to downloadstation_client.py but the change was not reflected in init.py which still referenced download_station (instead of downloadstation) causing the following error:

File "/volume1/@appstore/sickbeard-custom/var/SickBeard/medusa/clients/torrent/init.py", line 37, in get_client_module return import('{prefix}.{name}_client'.format(prefix=name, name=name.lower()), fromlist=_clients) ImportError: No module named download_station_client

So, a quick rename of downloadstation_client.py to download_station_client.py fixed this error this time around.

medariox commented 6 years ago

Thanks for the bug report. You should rename it to downloadstation instead like here: https://github.com/pymedusa/Medusa/pull/5748