mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-17 22:38:33 +01:00
Delete promises used in javascript collection comp layer
This commit is contained in:
parent
0a9811774c
commit
af26750164
@ -722,4 +722,5 @@ Tomahawk.reportCapabilities = function (capabilities) {
|
||||
|
||||
Tomahawk.addArtistResults = Tomahawk.addAlbumResults = Tomahawk.addAlbumTrackResults = function (result) {
|
||||
Tomahawk.PluginManager.resolve[result.qid](result);
|
||||
delete Tomahawk.PluginManager.resolve[result.qid];
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user