Changeset f8743ad094d35ffbf0a39c27d87ca35f68d2340a
- 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
| r4a19225 |
rf8743ad |
|
| 548 | 548 | - (id)valueForKeyPath:(NSString *)keyPath |
|---|
| 549 | 549 | { |
|---|
| 550 | | if( ![metaDictionary objectForKey:@"artwork"] && [keyPath isEqualToString:@"metaDictionary.artwork"]) |
|---|
| | 550 | if( !artFetched && [keyPath isEqualToString:@"metaDictionary.artwork"]) |
|---|
| 551 | 551 | { |
|---|
| 552 | 552 | artFetched = YES; |
|---|