1
0
mirror of https://github.com/tomahawk-player/tomahawk.git synced 2025-03-21 00:09:47 +01:00

Add warning about cached artist images

This commit is contained in:
Jeff Mitchell 2011-05-25 23:45:02 -04:00
parent f6756682f1
commit f9a6775126

View File

@ -70,7 +70,7 @@ enum InfoType { // as items are saved in cache, mark them here to not change the
InfoArtistBlog = 25,
InfoArtistFamiliarity = 26,
InfoArtistHotttness = 27,
InfoArtistImages = 28,
InfoArtistImages = 28, //cached -- do not change
InfoArtistNews = 29,
InfoArtistProfile = 30,
InfoArtistReviews = 31,