Skip to content

Commit

Permalink
Include activeEpisode to LRTVDBShowAtttributes struct
Browse files Browse the repository at this point in the history
  • Loading branch information
luisrecuenco committed Oct 12, 2013
1 parent e52b5b7 commit e1881ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions LRTVDBAPIClient/Model/LRTVDBShow.h
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ extern NSComparator LRTVDBShowComparator;
*/
extern const struct LRTVDBShowAttributes
{
__unsafe_unretained NSString *activeEpisode;
__unsafe_unretained NSString *fanartURL;
__unsafe_unretained NSString *posterURL;
__unsafe_unretained NSString *lastEpisode;
Expand Down
1 change: 1 addition & 0 deletions LRTVDBAPIClient/Model/LRTVDBShow.m
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,7 @@ - (void)updateWithObject:(LRTVDBActor *)actor
#endif

const struct LRTVDBShowAttributes LRTVDBShowAttributes = {
.activeEpisode = @"activeEpisode",
.fanartURL = @"fanartURL",
.posterURL = @"posterURL",
.lastEpisode = @"lastEpisode",
Expand Down

0 comments on commit e1881ec

Please sign in to comment.