Skip to content

Commit

Permalink
feat: add labels to metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
andrey-yantsen committed Apr 2, 2023
1 parent 5a790d9 commit 714fffd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/plex-api/src/media_container/server/library/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -691,6 +691,8 @@ pub struct Metadata {
pub reviews: Vec<Review>,
#[serde(default, rename = "Chapter")]
pub chapters: Vec<Chapter>,
#[serde(default, rename = "Label")]
pub labels: Vec<Tag>,

#[serde(rename = "Preferences")]
pub preferences: Option<Box<Preferences>>,
Expand Down

0 comments on commit 714fffd

Please sign in to comment.