Show
Ignore:
Timestamp:
02/04/08 23:30:21 (4 years ago)
Author:
gbooker
Message:

Allow two movies with the same title if they have different release dates
Fixes #106

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SapphireFrappliance/SapphireMovieDirectory.m

    r461 r479  
    243243                        NSString * title=[file movieTitle]; 
    244244                        if(title != nil) 
     245                        { 
     246                                title = [NSString stringWithFormat:@"%@ - %@", title, [file movieReleaseDate]]; 
    245247                                [mutDict setObject:file forKey:title]; 
     248                        } 
    246249                } 
    247250        }