media_library: fix crate path
parent
3061aaa977
commit
2f066ce170
|
@ -2,8 +2,8 @@
|
||||||
// This file is part of vlc-rs.
|
// This file is part of vlc-rs.
|
||||||
// Licensed under the MIT license, see the LICENSE file.
|
// Licensed under the MIT license, see the LICENSE file.
|
||||||
|
|
||||||
use sys;
|
use crate::sys;
|
||||||
use ::{Instance, MediaList};
|
use crate::{Instance, MediaList};
|
||||||
|
|
||||||
pub struct MediaLibrary {
|
pub struct MediaLibrary {
|
||||||
pub(crate) ptr: *mut sys::libvlc_media_library_t,
|
pub(crate) ptr: *mut sys::libvlc_media_library_t,
|
||||||
|
|
Loading…
Reference in New Issue