fix: stream ordering, downloader progress bar
This commit is contained in:
parent
6e2ba71f33
commit
a706eb172e
6 changed files with 43 additions and 45 deletions
|
|
@ -6,6 +6,7 @@ mod paginator;
|
|||
pub mod richtext;
|
||||
|
||||
pub use convert::FromYtItem;
|
||||
pub use ordering::QualityOrd;
|
||||
pub use paginator::Paginator;
|
||||
use serde_with::serde_as;
|
||||
|
||||
|
|
@ -191,7 +192,7 @@ pub struct VideoStream {
|
|||
}
|
||||
|
||||
/// Audio stream
|
||||
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq, Eq)]
|
||||
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq)]
|
||||
#[non_exhaustive]
|
||||
pub struct AudioStream {
|
||||
/// Audio stream URL
|
||||
|
|
|
|||
Reference in a new issue