Skip to content

Commit

Permalink
Bugfix: removed wrong entry in JSONKeyPathsByPropertyKey (introduced …
Browse files Browse the repository at this point in the history
…in last commit)
  • Loading branch information
Johannes Doerr committed Aug 2, 2014
1 parent dab7ccd commit 166aa1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AJSITunesAPI/AJSITunesResult.m
Expand Up @@ -113,7 +113,7 @@ + (NSDictionary *)JSONKeyPathsByPropertyKey
@"duration" : @"trackTimeMillis",
@"releaseDate" : @"releaseDate",
@"imageURLString" : @"artworkUrl100",
@"smallImageURLString" : @"artworkUrl60"};
};
}


Expand Down

0 comments on commit 166aa1b

Please sign in to comment.