modified: src/objects.rs

This commit is contained in:
Michael Wain 2025-02-27 18:13:56 +03:00
parent 8d1b91f597
commit c819c1d169

View File

@ -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,