Skip to content

Commit

Permalink
Fixed bug where Movies were getting placed in Home Video in iTunes
Browse files Browse the repository at this point in the history
  • Loading branch information
cmarrin committed Oct 13, 2013
1 parent 54c8c9f commit 1c06513
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/MovieDBMetadataSearcher.m
Expand Up @@ -184,7 +184,7 @@ -(void) collectArtwork:(NSDictionary*) document
-(void) loadDetailsCallback:(NSDictionary*) document
{
// this is a movie
[m_dictionary setValue:@"Movie" forKey:@"stik"];
[m_dictionary setValue:@"Short Film" forKey:@"stik"];

NSString* value;

Expand Down

0 comments on commit 1c06513

Please sign in to comment.