tomahawk-player / tomahawk-resolvers

Resolver plugins for Tomahawk Player
216 stars 114 forks source link

Tidal resolver doesn't work #101

Closed theli-ua closed 8 years ago

theli-ua commented 8 years ago

Fails on the line https://github.com/tomahawk-player/tomahawk-resolvers/blob/master/tidal/content/contents/code/tidal.js#L92 because TomahawkResolverCapability.UrlLookup is not defined?

dschmidt commented 8 years ago

Yeah, those capabilities aren't a thing anymore. You need to create a UrlLookup plugin.

I will port it myself or post you an example of how to do that.

UglyBob79 commented 8 years ago

Doesn't work for me either...

dschmidt commented 8 years ago

You can comment out that line, until it's properly fixed.

willstott101 commented 8 years ago

Fixed by https://github.com/tomahawk-player/tomahawk-resolvers/commit/1f0ff78442a00effdbf1efc2402fc269994f0661? (Works for me™)

dschmidt commented 8 years ago

Thanks for confirmation.