tomahawk-player / tomahawk-resolvers

Resolver plugins for Tomahawk Player
216 stars 114 forks source link

Fixed issue with not being able to login to Tidal. #136

Closed petri152 closed 7 years ago

petri152 commented 7 years ago

The Tidal API now checks for a "clientVersion" string when processing logins, if the clientVersion is not included in the request the API will generate a 403 and not return a response back to the user. Added the current version at the time of writing (2.2.1--7). Not sure if the actual version number matters but if it does it may be possible to query the API for the current version and it might be worth the time to research this.

dschmidt commented 7 years ago

Thanks a lot!