media_list: fix crate path

merge-requests/7/merge
Alexandre Janniaux 2019-11-15 13:22:51 +01:00
parent 2f066ce170
commit 7e09da35b6
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
// This file is part of vlc-rs.
// Licensed under the MIT license, see the LICENSE file.
use sys;
use ::{Instance, Media, EventManager};
use crate::sys;
use crate::{Instance, Media, EventManager};
pub struct MediaList {
pub(crate) ptr: *mut sys::libvlc_media_list_t,