Skip to content

Commit

Permalink
chore: update Feature enum
Browse files Browse the repository at this point in the history
  • Loading branch information
bors authored and andrey-yantsen committed Mar 3, 2024
1 parent 6d88730 commit 62022a0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions crates/plex-api/src/media_container/server/feature.rs
Original file line number Diff line number Diff line change
Expand Up @@ -356,6 +356,11 @@ pub enum Feature {
)]
#[deprecated]
JoinDiscoverTogetherAsFriend,
#[serde(
rename = "keep-payment-method",
alias = "e4a9fd6f-4105-476b-bc57-adccd009323b"
)]
KeepPaymentMethod,
#[serde(
rename = "kevin-bacon",
alias = "c7ae6f8f-05e6-48bb-9024-c05c1dc3c43e"
Expand Down Expand Up @@ -588,6 +593,16 @@ pub enum Feature {
SessionKick,
#[serde(rename = "shared-radio")]
SharedRadio,
#[serde(
rename = "shared_server_notification",
alias = "64adaa4e-aa7e-457d-b385-51438216d7fe"
)]
SharedServerNotification,
#[serde(
rename = "shared_source_notification",
alias = "6c4d66d9-729d-49dc-b70d-ab2652abf15a"
)]
SharedSourceNotification,
#[serde(
rename = "signin_notification",
alias = "1b3a63e4-c2f4-4011-a181-2343d3a97ef7"
Expand Down
Loading

0 comments on commit 62022a0

Please sign in to comment.