X-Git-Url: http://git.ithinksw.org/MenuTunes.git/blobdiff_plain/75eed909bc98be39cde570a093f1b6bbab38cb92..03b8705191a7570ac7460b3393a4e8f1f49c908c:/MainController.m diff --git a/MainController.m b/MainController.m index 0bc7085..eadc1b6 100755 --- a/MainController.m +++ b/MainController.m @@ -814,6 +814,7 @@ static MainController *sharedController; if ( [df boolForKey:@"showAlbumArtwork"] ) { NS_DURING art = [[self currentRemote] currentSongAlbumArt]; + art = [[[[NSImage alloc] initWithData:[art TIFFRepresentation]] autorelease] imageScaledSmoothlyToSize:NSMakeSize(110,110)]; NS_HANDLER [self networkError:localException]; NS_ENDHANDLER @@ -829,7 +830,7 @@ static MainController *sharedController; time:time track:track rating:rating - image:[[[[NSImage alloc] initWithData:[art TIFFRepresentation]] autorelease] imageScaledSmoothlyToSize:NSMakeSize(110,110)]]; + image:art]; } - (void)showUpcomingSongs