Changeset 655

Show
Ignore:
Timestamp:
08/03/08 21:23:34 (4 months ago)
Author:
gbooker
Message:

Merge [654]

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • branches/CoreData/SapphireFrappliance/MetaData/SapphireMObjects/SapphireFileMetaData.m

    r618 r655  
    485485{ 
    486486        /*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         
    488491        NSString *fileName = [subPath lastPathComponent]; 
    489492        NSString * myArtPath=nil; 
     493         
    490494        if([self fileClassValue]==FILE_CLASS_TV_SHOW) 
    491495                myArtPath=[[self tvEpisode] coverArtPath];