modified: src/objects.rs
This commit is contained in:
parent
8d1b91f597
commit
c819c1d169
@ -4,7 +4,7 @@ pub struct YoutubePlaylist {
|
|||||||
pub pl_url: String
|
pub pl_url: String
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Default)]
|
#[derive(Default, Clone)]
|
||||||
pub struct YoutubeVideo {
|
pub struct YoutubeVideo {
|
||||||
pub videoId: String,
|
pub videoId: String,
|
||||||
pub title: String,
|
pub title: String,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user