add playlist date collector
This commit is contained in:
parent
513bf1dc9c
commit
c9433d721d
14 changed files with 20408 additions and 75 deletions
|
|
@ -1,4 +1,4 @@
|
|||
mod locale;
|
||||
pub mod locale;
|
||||
mod ordering;
|
||||
pub mod stream_filter;
|
||||
|
||||
|
|
@ -34,6 +34,7 @@ pub struct Playlist {
|
|||
pub description: Option<String>,
|
||||
pub channel: Option<Channel>,
|
||||
pub last_update: Option<DateTime<Utc>>,
|
||||
pub last_update_txt: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Serialize, Deserialize, PartialEq, Eq)]
|
||||
|
|
|
|||
Reference in a new issue