mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-03 20:57:52 +02:00
Instead of getting statically defined capabilities at resolver startup,
have resolvers report their actual capabilities as soon as they know for sure they have them.
This commit is contained in:
@@ -134,10 +134,6 @@ var TomahawkResolver = {
|
||||
{
|
||||
return this.resolve( qid, "", "", searchString );
|
||||
},
|
||||
capabilities: function()
|
||||
{
|
||||
return TomahawkResolverCapability.NullCapability;
|
||||
},
|
||||
artists: function( qid )
|
||||
{
|
||||
return {
|
||||
|
Reference in New Issue
Block a user