mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-07-31 19:30:21 +02:00
Added stub Tomahawk.Collection.revision() function in tomahawk.js
This commit is contained in:
@@ -1609,6 +1609,9 @@ Tomahawk.Collection = {
|
||||
});
|
||||
},
|
||||
|
||||
revision: function (params) {
|
||||
},
|
||||
|
||||
_fuzzyIndexIdsToTracks: function (resultIds, id) {
|
||||
if (typeof id === 'undefined') {
|
||||
id = this.settings.id;
|
||||
|
Reference in New Issue
Block a user