Skip to content

Commit

Permalink
Merge pull request #575 from andrey-yantsen/auto-pr/feature-enum-update
Browse files Browse the repository at this point in the history
Update the media_container::server::Feature enum
  • Loading branch information
mergify[bot] committed Jul 12, 2023
2 parents fabbaeb + 800852b commit a07bfaa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions crates/plex-api/src/media_container/server/feature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,11 @@ pub enum Feature {
alias = "849433b0-ef60-4a71-9dd9-939bc01f5362"
)]
CustomHomeRemoval,
#[serde(
rename = "disable_sharing_friendships",
alias = "ce8f644e-87ce-4ba5-b165-fadd69778019"
)]
DisableSharingFriendships,
#[serde(
rename = "discover",
alias = "4a933f24-464d-4a6b-b372-9e4497abd361"
Expand Down
Loading

0 comments on commit a07bfaa

Please sign in to comment.