diff --git a/upnpsoap.c b/upnpsoap.c index a5dc9c6..ce0bf79 100644 --- a/upnpsoap.c +++ b/upnpsoap.c @@ -605,7 +605,7 @@ callback(void *args, int argc, char **argv, char **azColName) if( album_art && atoi(album_art) ) { /* Video and audio album art is handled differently */ - if( *mime == 'v' && (passed_args->filter & FILTER_RES) ) { + if( *mime == 'v' && (passed_args->filter & FILTER_RES) && (passed_args->client != EXbox) ) { ret = sprintf(str_buf, "<res protocolInfo=\"http-get:*:image/jpeg:DLNA.ORG_PN=JPEG_TN\">" "http://%s:%d/AlbumArt/%s-%s.jpg" "</res>",