This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
pub mod browse;
|
||||
pub mod dash;
|
||||
pub mod path;
|
||||
pub mod playback;
|
||||
pub mod preview;
|
||||
pub mod probe;
|
||||
pub mod stream;
|
||||
pub mod subtitles;
|
||||
|
||||
use serde::Deserialize;
|
||||
|
||||
#[derive(Debug, Deserialize)]
|
||||
pub struct PathQuery {
|
||||
#[serde(default)]
|
||||
pub path: String,
|
||||
}
|
||||
Reference in New Issue
Block a user