mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 05:37:29 +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) {
|
_fuzzyIndexIdsToTracks: function (resultIds, id) {
|
||||||
if (typeof id === 'undefined') {
|
if (typeof id === 'undefined') {
|
||||||
id = this.settings.id;
|
id = this.settings.id;
|
||||||
|
Reference in New Issue
Block a user