浏览代码

iPhone Library View: fix runtime crash

Felix Paul Kühne 12 年之前
父节点
当前提交
4fac1caeaa
共有 1 个文件被更改,包括 5 次插入0 次删除
  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) {