Skip to content

Commit

Permalink
Merge pull request #623 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 Apr 19, 2024
2 parents 636c12a + 92bee65 commit 0fb3a5a
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 @@ -552,6 +552,11 @@ pub enum Feature {
alias = "300231e0-69aa-4dce-97f4-52d8c00e3e8c"
)]
Radio,
#[serde(
rename = "require-plex-nonce",
alias = "0cce52a7-0778-4781-9a07-712370fb6b8a"
)]
RequirePlexNonce,
#[serde(
rename = "retro-games",
alias = "4e27cf82-9fb6-4ebe-8e10-c48bfe6fbbb6"
Expand Down
Loading

0 comments on commit 0fb3a5a

Please sign in to comment.