diff --git a/apps/playback.c b/apps/playback.c index eeb4aca86e..ef991ea52e 100644 --- a/apps/playback.c +++ b/apps/playback.c @@ -178,7 +178,11 @@ struct audio_resume_info static struct mutex id3_mutex SHAREDBSS_ATTR; /* (A,O)*/ /** For album art support **/ +#if defined(USB_ENABLE_IAP) +#define MAX_MULTIPLE_AA (SKINNABLE_SCREENS_COUNT + 1) +#else #define MAX_MULTIPLE_AA SKINNABLE_SCREENS_COUNT +#endif #ifdef HAVE_ALBUMART static int albumart_mode = -1;