Qata / BarMagnet

An iOS app that interfaces with remote torrent clients
Other
241 stars 37 forks source link

Fix Deluge client critical bug (vs Deluge 1.3.15) #38

Closed igor-makarov closed 7 years ago

igor-makarov commented 7 years ago

Hi, I fixed two issues with the Deluge client:

  1. The base URL wasn't being constructed correctly (json and not /json).
  2. The jobs list wasn't being notified to UI on main thread.
Qata commented 7 years ago

Really great work! Please just address that one minor issue and I'll merge.

igor-makarov commented 7 years ago

I made that change you pointed out and also changed one more place where dispatch was blocking.