nvllsvm / Audinaut

A Subsonic client for Android
GNU General Public License v3.0
134 stars 18 forks source link

Fix slash escape in REST API path #10

Closed sokac closed 7 years ago

sokac commented 7 years ago

addPathSegment escapes slash. This PR changes endpoint from rest%2Ffoo.view to rest/foo.view