Skip to content

Commit

Permalink
Full size images will now also be labelled.
Browse files Browse the repository at this point in the history
  • Loading branch information
habibalamin committed Jan 31, 2014
1 parent 1526613 commit 995411f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Binary file not shown.
2 changes: 1 addition & 1 deletion GUI/dArt/DRTAppDelegate.m
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ - (void)downloadEngine:(NSString *)APISearchURLString {
}
}
else {
DRTArtworkResult *res = [[DRTArtworkResult alloc] initWithTitle:fileName image:pictureFullSize andDownloadTo:downloadPath];
DRTArtworkResult *res = [[DRTArtworkResult alloc] initWithTitle:[fileName stringByAppendingString:@"\n\nFull size"] image:pictureFullSize andDownloadTo:downloadPath];
[artworkResults addObject:res];
}
// Make sure function is done in main thread
Expand Down

0 comments on commit 995411f

Please sign in to comment.