media: fix crate path
parent
8ccb60ef9a
commit
b4346a2573
|
@ -2,10 +2,10 @@
|
||||||
// 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, EventManager};
|
use crate::{Instance, EventManager};
|
||||||
use ::enums::{State, Meta, TrackType};
|
use crate::enums::{State, Meta, TrackType};
|
||||||
use ::tools::{to_cstr, from_cstr, path_to_cstr};
|
use crate::tools::{to_cstr, from_cstr, path_to_cstr};
|
||||||
use std::path::Path;
|
use std::path::Path;
|
||||||
|
|
||||||
pub struct Media {
|
pub struct Media {
|
||||||
|
|
Loading…
Reference in New Issue