1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-07-31 19:30:21 +02:00

Added proper ScriptCollection items, with delegate.

Showing collection info.
This commit is contained in:
Teo Mrnjavac
2013-02-17 13:08:36 +01:00
parent b2b1ff1cba
commit 13b5a3c911
10 changed files with 314 additions and 99 deletions

View File

@@ -151,6 +151,10 @@ var TomahawkResolver = {
return {
qid: qid
};
},
collection: function()
{
return {};
}
};