1
0
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:
Jeff Mitchell
2012-06-24 17:40:43 -04:00
parent 0f0a83786b
commit 9e44e8561e
2 changed files with 4 additions and 1 deletions

View File

@@ -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;
}

View File

@@ -170,6 +170,9 @@ namespace Tomahawk
InfoNewReleaseCapabilities = 52,
InfoNewRelease = 53,
InfoArtistConcerts = 54,
InfoArtistSetlists = 55,
InfoMiscTopHotttness = 60,
InfoMiscTopTerms = 61,