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

Fix Tomahawk.Collection.revision() stub function

This commit is contained in:
Enno Gottschalk
2015-12-11 16:32:57 +01:00
parent 3d511b65e1
commit efc31e6246

View File

@@ -1610,6 +1610,7 @@ Tomahawk.Collection = {
}, },
revision: function (params) { revision: function (params) {
return RSVP.resolve();
}, },
_fuzzyIndexIdsToTracks: function (resultIds, id) { _fuzzyIndexIdsToTracks: function (resultIds, id) {