evilhero / mylar

An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents
GNU General Public License v3.0
976 stars 171 forks source link

Torznab search provider not working #1850

Closed bartoncasey closed 3 years ago

bartoncasey commented 6 years ago

No amount of checkbox fiddling will allow one to enable Torznab searching. I'm 90% sure it's because of the typo in the preferred provider order array:

https://github.com/evilhero/mylar/blob/053626a96bd1a8601b2ca87066261408e8c1cd30/mylar/config.py#L824

evilhero commented 6 years ago

Yep that's probably a correct guess. Not sure how it went this long without getting noticed, but definitely would cause problems.

When I get back to a machine, I'll push out the fix. Thanks for even finding and mentioning the incorrect reference.

barbequesauce commented 6 years ago

Possible fix in #1851