Skip to content

Commit

Permalink
Merge pull request #571 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 1, 2023
2 parents 6e4a4fc + f3b703c commit 7d4b53d
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 @@ -56,6 +56,11 @@ pub enum Feature {
alias = "e703655b-ee05-4e24-97e3-a138da62c425"
)]
AvodNewMedia,
#[serde(
rename = "blacklist_get_signin",
alias = "bec2ba97-4b25-472b-9cfc-674f5c68c2ae"
)]
BlacklistGetSignin,
#[serde(
rename = "boost-voices",
alias = "c2409baa-d044-45c7-b1f4-e9e7ccd2d128"
Expand Down
Loading

0 comments on commit 7d4b53d

Please sign in to comment.