From 9e44e8561e6c0cc0891644f8b2f46b768ca703cf Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Sun, 24 Jun 2012 17:40:43 -0400 Subject: [PATCH] Add needed info types --- src/infoplugins/generic/songkick/SongkickPlugin.cpp | 2 +- src/libtomahawk/Typedefs.h | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/src/infoplugins/generic/songkick/SongkickPlugin.cpp b/src/infoplugins/generic/songkick/SongkickPlugin.cpp index 0eb7cecce..7cd12339a 100644 --- a/src/infoplugins/generic/songkick/SongkickPlugin.cpp +++ b/src/infoplugins/generic/songkick/SongkickPlugin.cpp @@ -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; } diff --git a/src/libtomahawk/Typedefs.h b/src/libtomahawk/Typedefs.h index 730799e9a..4e0df9823 100644 --- a/src/libtomahawk/Typedefs.h +++ b/src/libtomahawk/Typedefs.h @@ -170,6 +170,9 @@ namespace Tomahawk InfoNewReleaseCapabilities = 52, InfoNewRelease = 53, + InfoArtistConcerts = 54, + InfoArtistSetlists = 55, + InfoMiscTopHotttness = 60, InfoMiscTopTerms = 61,