mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-12 00:54:20 +02:00
Add needed info types
This commit is contained in:
@@ -36,7 +36,7 @@ SongkickPlugin::SongkickPlugin()
|
||||
, m_apiKey( "61be4ea5aea7dd942d52b2f1311dd9fe" )
|
||||
{
|
||||
tDebug() << Q_FUNC_INFO;
|
||||
m_supportedGetTypes << Tomahawk::InfoSystem::InfoTrackLyrics;
|
||||
m_supportedGetTypes << Tomahawk::InfoSystem::InfoArtistConcerts << Tomahawk::InfoSystem::InfoArtistSetlists;
|
||||
}
|
||||
|
||||
|
||||
|
@@ -170,6 +170,9 @@ namespace Tomahawk
|
||||
InfoNewReleaseCapabilities = 52,
|
||||
InfoNewRelease = 53,
|
||||
|
||||
InfoArtistConcerts = 54,
|
||||
InfoArtistSetlists = 55,
|
||||
|
||||
InfoMiscTopHotttness = 60,
|
||||
InfoMiscTopTerms = 61,
|
||||
|
||||
|
Reference in New Issue
Block a user