Skip to content

Commit

Permalink
Merge pull request #594 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 Oct 19, 2023
2 parents 58a2c1f + 5060f35 commit 0241389
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 @@ -51,6 +51,11 @@ pub enum Feature {
alias = "2797e341-b062-46ed-862f-0acbba5dd522"
)]
ArtistTv,
#[serde(
rename = "avod-ad-analysis",
alias = "c987122a-a796-432f-af00-953821c127bb"
)]
AvodAdAnalysis,
#[serde(
rename = "avod-new-media",
alias = "e703655b-ee05-4e24-97e3-a138da62c425"
Expand All @@ -61,6 +66,11 @@ pub enum Feature {
alias = "bec2ba97-4b25-472b-9cfc-674f5c68c2ae"
)]
BlacklistGetSignin,
#[serde(
rename = "blacklist-subnets",
alias = "b3b87f19-5ccd-4b14-bb62-b9d7b982392e"
)]
BlacklistSubnets,
#[serde(
rename = "boost-voices",
alias = "c2409baa-d044-45c7-b1f4-e9e7ccd2d128"
Expand Down Expand Up @@ -244,6 +254,11 @@ pub enum Feature {
alias = "5d819d02-5d04-4116-8eec-f49def4e2d6f"
)]
FederatedAuth,
#[serde(
rename = "friend_request_push_notifications",
alias = "c36a6985-eee3-4400-a394-c5787fad15b5"
)]
FriendRequestPushNotifications,
#[serde(
rename = "global-continue-watching",
alias = "4742780c-af9d-4b44-bf5b-7b27e3369aa8"
Expand Down
Loading

0 comments on commit 0241389

Please sign in to comment.