mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-05 21:57:41 +02:00
Remove more leftovers from the old collection hack
This commit is contained in:
@@ -747,10 +747,6 @@ Tomahawk.PluginManager = {
|
|||||||
},
|
},
|
||||||
registerPlugin: function (type, object) {
|
registerPlugin: function (type, object) {
|
||||||
this.objects[this.identifyObject(object)] = object;
|
this.objects[this.identifyObject(object)] = object;
|
||||||
if (type === 'collection') {
|
|
||||||
Tomahawk.collections.push(object);
|
|
||||||
}
|
|
||||||
|
|
||||||
Tomahawk.log("registerPlugin: " + type + " id: " + object.id);
|
Tomahawk.log("registerPlugin: " + type + " id: " + object.id);
|
||||||
Tomahawk.registerScriptPlugin(type, object.id);
|
Tomahawk.registerScriptPlugin(type, object.id);
|
||||||
},
|
},
|
||||||
@@ -1108,8 +1104,6 @@ Tomahawk.Country = {
|
|||||||
LatinAmericaAndTheCaribbean: 246
|
LatinAmericaAndTheCaribbean: 246
|
||||||
};
|
};
|
||||||
|
|
||||||
Tomahawk.collections = [];
|
|
||||||
|
|
||||||
Tomahawk.Collection = {
|
Tomahawk.Collection = {
|
||||||
BrowseCapability: {
|
BrowseCapability: {
|
||||||
Artists: 1,
|
Artists: 1,
|
||||||
|
Reference in New Issue
Block a user