Changeset 1078

Show
Ignore:
Timestamp:
02/19/08 22:14:10 (11 months ago)
Author:
stephen_booth
Message:

Fix for DISCTOTAL tag

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/Audio/Metadata/Readers/WavPackMetadataReader.m

    r904 r1078  
    114114        NSString *discTotal = getWavPackTag(wpc, "DISCTOTAL"); 
    115115        if(nil != discTotal) 
    116                 [metadataDictionary setValue:[NSNumber numberWithInt:[discTotal intValue]] forKey:MetadataAlbumTitleKey];        
     116                [metadataDictionary setValue:[NSNumber numberWithInt:[discTotal intValue]] forKey:MetadataDiscTotalKey];         
    117117         
    118118        // Compilation