bugfixes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user