feat: add channel_videos

refactor: unify VideoListItem
This commit is contained in:
ThetaDev 2022-09-22 00:01:09 +02:00
parent 86a348f210
commit 67ae1eb21d
19 changed files with 39591 additions and 100 deletions

View file

@ -1,9 +1,9 @@
pub mod pagination;
pub mod player;
pub mod playlist;
pub mod video_details;
mod channel;
mod pagination;
mod player;
mod playlist;
mod response;
mod video_details;
use std::fmt::Debug;
use std::sync::Arc;