Browse Source

iPhone Library View: fix runtime crash

Felix Paul Kühne 12 years ago
parent
commit
4fac1caeaa
1 changed files with 5 additions and 0 deletions
  1. 5 0
      AspenProject/VLCPlaylistTableViewCell.m

+ 5 - 0
AspenProject/VLCPlaylistTableViewCell.m

@@ -27,6 +27,11 @@
     return cell;
 }
 
+- (void)observeValueForKeyPath:(NSString *)keyPath ofObject:(id)object change:(NSDictionary *)change context:(void *)context
+{
+    [self _updatedDisplayedInformation];
+}
+
 - (void)setMediaObject:(MLFile *)mediaObject
 {
     if (_mediaObject != mediaObject) {