1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-08-05 13:47:26 +02:00

Add QCA2 as an optional dep to tomahawk as well for HMAC signature generation for resolvers

Also add a helper JS function
This commit is contained in:
Leo Franchi
2011-08-29 00:10:30 -04:00
parent 5c5042769b
commit 8ed476ccf6
5 changed files with 42 additions and 1 deletions

View File

@@ -91,6 +91,11 @@ var TomahawkResolver = {
var configJson = JSON.stringify( config );
window.localStorage[ this.scriptPath() ] = configJson;
this.newConfigSaved();
},
newConfigSaved: function()
{
},
resolve: function( qid, artist, album, title )
{