Changeset 836 for branches/CoreData/SapphireFrappliance/MetaData/SapphireMObjects/SapphireFileMetaData.m
- Timestamp:
- 04/29/09 17:15:53 (3 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/CoreData/SapphireFrappliance/MetaData/SapphireMObjects/SapphireFileMetaData.m
r834 r836 912 912 } 913 913 if(movie != oldMovie) 914 {915 914 self.xmlData.movie = movie; 916 [movie clearPredicateCache];917 [oldMovie clearPredicateCache];918 [[NSNotificationCenter defaultCenter] postNotificationName:FILE_DID_CHANGE_MOVIE_NOTIFICATION object:self];919 }920 915 } 921 916 … … 930 925 [self setFileClassValue:FILE_CLASS_TV_SHOW]; 931 926 self.importTypeValue |= IMPORT_TYPE_TVSHOW_MASK; 932 [ep clearPredicateCache];933 927 } 934 928 if(ep != oldEp) 935 929 self.xmlData.episode = ep; 936 [oldEp clearPredicateCache];937 930 } 938 931
