Skip to content

Commit

Permalink
Merge pull request #626 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 May 4, 2024
2 parents 5e7b8ff + 7fe5ad9 commit b17b451
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 = "rate-limit-client-token",
alias = "3eb2789b-200c-4a15-91d2-dedfe560953c"
)]
RateLimitClientToken,
#[serde(
rename = "require-plex-nonce",
alias = "0cce52a7-0778-4781-9a07-712370fb6b8a"
Expand Down
Loading

0 comments on commit b17b451

Please sign in to comment.