Skip to content

Commit

Permalink
Merge pull request #45 from RustyNova016/missing_annotation
Browse files Browse the repository at this point in the history
fix: added `annotation` to `PlaylistInfo`
  • Loading branch information
InputUsername authored Feb 8, 2025
2 parents 3962c00 + 3f2a2d3 commit 7e7571c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/raw/jspf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ pub struct Playlist {
/// Type of the [`Playlist::playlist`] field.
#[derive(Debug, Deserialize, Serialize)]
pub struct PlaylistInfo {
pub annotation: Option<String>,
pub extension: PlaylistExtension,
pub creator: String,
pub date: String,
Expand Down

0 comments on commit 7e7571c

Please sign in to comment.