From f9a6775126efbba0aa29941ab5b4836333102fa6 Mon Sep 17 00:00:00 2001 From: Jeff Mitchell <tomahawk@jefferai.org> Date: Wed, 25 May 2011 23:45:02 -0400 Subject: [PATCH] Add warning about cached artist images --- src/libtomahawk/infosystem/infosystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libtomahawk/infosystem/infosystem.h b/src/libtomahawk/infosystem/infosystem.h index 9746521d1..5f670f42e 100644 --- a/src/libtomahawk/infosystem/infosystem.h +++ b/src/libtomahawk/infosystem/infosystem.h @@ -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,