mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-21 05:11:44 +02:00
Fix regression: Make view mode selectors for database collections show again
This commit is contained in:
@@ -39,6 +39,10 @@ using namespace Tomahawk;
|
|||||||
DatabaseCollection::DatabaseCollection( const source_ptr& src, QObject* parent )
|
DatabaseCollection::DatabaseCollection( const source_ptr& src, QObject* parent )
|
||||||
: Collection( src, QString( "dbcollection:%1" ).arg( src->nodeId() ), parent )
|
: Collection( src, QString( "dbcollection:%1" ).arg( src->nodeId() ), parent )
|
||||||
{
|
{
|
||||||
|
m_browseCapabilities
|
||||||
|
<< CapabilityBrowseArtists
|
||||||
|
<< CapabilityBrowseAlbums
|
||||||
|
<< CapabilityBrowseTracks;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user