From 228699863f22a4e8e07cb5a6617c88e4b58a019e Mon Sep 17 00:00:00 2001 From: Casey Link Date: Sun, 21 Aug 2011 12:58:21 -0500 Subject: [PATCH] Add new Chart InfoTypes for retrieving charts --- src/libtomahawk/infosystem/infosystem.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/libtomahawk/infosystem/infosystem.h b/src/libtomahawk/infosystem/infosystem.h index c918970cb..b04394356 100644 --- a/src/libtomahawk/infosystem/infosystem.h +++ b/src/libtomahawk/infosystem/infosystem.h @@ -92,6 +92,10 @@ enum InfoType { // as items are saved in cache, mark them here to not change the InfoAlbumComposer = 48, InfoAlbumSongs = 49, + InfoChartArtists = 50, + InfoChartAlbums = 51, + InfoChartTracks = 52, + InfoMiscTopHotttness = 60, InfoMiscTopTerms = 61,