浏览代码

MacOSX/Framework/VLCMedia.m: Don't forget to store the media's url.

Pierre d'Herbemont 17 年之前
父节点
当前提交
a86dbeb329
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Sources/VLCMedia.m

+ 1 - 0
Sources/VLCMedia.m

@@ -136,6 +136,7 @@ static void HandleMediaDurationChanged(const libvlc_event_t *event, void *self)
                                            &ex);
         quit_on_exception(&ex);
         
+        url = [aURL copy];
         delegate = nil;
         metaDictionary = nil;