delannoyk / SoundcloudSDK

A Client for Soundcloud's API written in Swift!
MIT License
87 stars 27 forks source link

Multiple genres in query does not return result successfully. track returns only for single genre. #48

Closed Mahadev77 closed 7 years ago

Mahadev77 commented 7 years ago

I am using SDK in swift 3.0 using code as bellow...

let queries: [SearchQueryOptions] = [ .queryString("The text to search"), .tags(["list", "of", "tags", "to", "search", "for"]), .genres(["punk", "rock"]), .types([TrackType.live, TrackType.demo]) ]

as above query contains : genre punk and rock But is not returning any tracks.

Please help to solve this problem

MchlG commented 7 years ago

Could you tell me which pod version you have installed?

delannoyk commented 7 years ago

Closing this due to inactivity. Please reopen if needed.