mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-17 14:28:24 +01:00
Added stub Tomahawk.Collection.revision() function in tomahawk.js
This commit is contained in:
parent
e8d73fe0cc
commit
5a34bae757
@ -1609,6 +1609,9 @@ Tomahawk.Collection = {
|
||||
});
|
||||
},
|
||||
|
||||
revision: function (params) {
|
||||
},
|
||||
|
||||
_fuzzyIndexIdsToTracks: function (resultIds, id) {
|
||||
if (typeof id === 'undefined') {
|
||||
id = this.settings.id;
|
||||
|
Loading…
x
Reference in New Issue
Block a user