mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-08 07:07:05 +02:00
[0.9 api]Report all browse capabilities for builtin collection implementation
This commit is contained in:
@@ -1845,6 +1845,8 @@ Tomahawk.Collection = {
|
|||||||
this.settings.trackcount = this._trackCount;
|
this.settings.trackcount = this._trackCount;
|
||||||
if(! this.settings.description)
|
if(! this.settings.description)
|
||||||
this.settings.description = this.settings.prettyname;
|
this.settings.description = this.settings.prettyname;
|
||||||
|
this.settings.capabilities = [Tomahawk.Collection.BrowseCapability.Artists,
|
||||||
|
Tomahawk.Collection.BrowseCapability.Albums, Tomahawk.Collection.BrowseCapability.Tracks];
|
||||||
return this.settings;
|
return this.settings;
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user