فهرست منبع

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;