mirror of
https://codeberg.org/YGGverse/ytd.git
synced 2026-04-08 21:05: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 std::{collections::HashMap, path::PathBuf};
|
||||
|
||||
#[derive(Deserialize)]
|
||||
#[derive(Deserialize, Default)]
|
||||
pub enum Provider {
|
||||
#[default]
|
||||
Youtube,
|
||||
Invidious(Option<String>),
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue