Changeset 655
- Timestamp:
- 08/03/08 21:23:34 (4 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
branches/CoreData/SapphireFrappliance/MetaData/SapphireMObjects/SapphireFileMetaData.m
r618 r655 485 485 { 486 486 /*Find cover art for the current file in the "Cover Art" dir */ 487 NSString *subPath = [[self path] stringByDeletingPathExtension]; 487 NSString *subPath = [self path]; 488 if([self fileContainerTypeValue] != FILE_CONTAINER_TYPE_VIDEO_TS) 489 subPath = [subPath stringByDeletingPathExtension]; 490 488 491 NSString *fileName = [subPath lastPathComponent]; 489 492 NSString * myArtPath=nil; 493 490 494 if([self fileClassValue]==FILE_CLASS_TV_SHOW) 491 495 myArtPath=[[self tvEpisode] coverArtPath];
