From efc31e62463894c5b17e6cf9c3aa533ebdbfdbc3 Mon Sep 17 00:00:00 2001 From: Enno Gottschalk Date: Fri, 11 Dec 2015 16:32:57 +0100 Subject: [PATCH] Fix Tomahawk.Collection.revision() stub function --- data/js/tomahawk.js | 1 + 1 file changed, 1 insertion(+) diff --git a/data/js/tomahawk.js b/data/js/tomahawk.js index 8c6c74bf8..fde80bc82 100644 --- a/data/js/tomahawk.js +++ b/data/js/tomahawk.js @@ -1610,6 +1610,7 @@ Tomahawk.Collection = { }, revision: function (params) { + return RSVP.resolve(); }, _fuzzyIndexIdsToTracks: function (resultIds, id) {