We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6d10aa commit f4e4f60Copy full SHA for f4e4f60
vkontakte/content/contents/code/vkontakte.js
@@ -72,7 +72,7 @@ var VkontakteResolver = Tomahawk.extend( Tomahawk.Resolver, {
72
Tomahawk.log("Invalid Configuration");
73
return;
74
}
75
- Tomahawk.reportCapabilities(TomahawkResolverCapability.UrlLookup);
+ //Tomahawk.reportCapabilities(TomahawkResolverCapability.UrlLookup);
76
77
return this._login(config);
78
},
0 commit comments