Changeset f8743ad094d35ffbf0a39c27d87ca35f68d2340a

Show
Ignore:
Timestamp:
16/02/08 11:48:24 (8 months ago)
Author:
Pierre d'Herbemont <pdherbemont@videolan.org>
git-committer:
Pierre d'Herbemont <pdherbemont@videolan.org> 1203158904 +0000
git-parent:

[78b4a97dd0b16f63a64f65aa465c9152a36daab0]

git-author:
Pierre d'Herbemont <pdherbemont@videolan.org> 1203158904 +0000
Message:

macosx/framework/VLCMedia: Rely on artFetched and not on the metaDictionary value.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • projects/macosx/framework/Sources/VLCMedia.m

    r4a19225 rf8743ad  
    548548- (id)valueForKeyPath:(NSString *)keyPath 
    549549{ 
    550     if( ![metaDictionary objectForKey:@"artwork"] && [keyPath isEqualToString:@"metaDictionary.artwork"]) 
     550    if( !artFetched && [keyPath isEqualToString:@"metaDictionary.artwork"]) 
    551551    { 
    552552        artFetched = YES;