Show
Ignore:
Timestamp:
10/14/09 23:11:11 (3 years ago)
Author:
gbooker
Message:

XML based virtual movie directories. Patch by skyy99_1111
Fixes #313

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/SapphireFrappliance/MetaData/SapphireMObjects/SapphireEpisode.m

    r928 r934  
    151151        { 
    152152                NSEnumerator *otherEps = [dictionaries objectEnumerator]; 
    153                 NSDictionary *epDict = [otherEps nextObject]; //Skip first 
     153                NSDictionary *epDict = nil; 
     154                [otherEps nextObject]; //Skip first 
    154155                while((epDict = [otherEps nextObject]) != nil) 
    155156                        [ret insertAdditionalEpisode:epDict];