This commit is contained in:
Simon
2025-08-10 12:53:00 +00:00
parent 0aee46371a
commit 8944646c85
2 changed files with 10 additions and 1 deletions

View File

@@ -23,6 +23,12 @@ error_chain! {
pub struct AllProvider {
}
impl AllProvider {
pub fn new() -> Self {
AllProvider {}
}
}
impl Provider for AllProvider {
async fn get_videos(
&self,