1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-20 15:59:42 +01:00

Add new Chart InfoTypes for retrieving charts

This commit is contained in:
Casey Link 2011-08-21 12:58:21 -05:00
parent a4a3c4fb17
commit 228699863f

View File

@ -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,