mirror of
https://codeberg.org/YGGverse/ytd.git
synced 2026-04-09 05:15:30 +00:00
use youtube by default
This commit is contained in:
parent
321b2bcde1
commit
9952c09bef
1 changed files with 2 additions and 1 deletions
|
|
@ -4,8 +4,9 @@ use channel::Channel;
|
||||||
use serde::Deserialize;
|
use serde::Deserialize;
|
||||||
use std::{collections::HashMap, path::PathBuf};
|
use std::{collections::HashMap, path::PathBuf};
|
||||||
|
|
||||||
#[derive(Deserialize)]
|
#[derive(Deserialize, Default)]
|
||||||
pub enum Provider {
|
pub enum Provider {
|
||||||
|
#[default]
|
||||||
Youtube,
|
Youtube,
|
||||||
Invidious(Option<String>),
|
Invidious(Option<String>),
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue