Skip to content

Commit

Permalink
feat: ManifestBehaviorHints notifications property
Browse files Browse the repository at this point in the history
for new episodes

Signed-off-by: Lachezar Lechev <[email protected]>
  • Loading branch information
elpiel committed Jan 20, 2023
1 parent 25fa277 commit ce7a6c8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/types/addon/manifest.rs
Original file line number Diff line number Diff line change
Expand Up @@ -285,4 +285,8 @@ pub struct ManifestBehaviorHints {
pub configurable: bool,
#[serde(default)]
pub configuration_required: bool,
/// Whether or not the add-on supports notifications for new episodes.
// TODO: Define the new catalog for Add-ons
#[serde(default)]
pub new_episodes_notifications: bool,
}

0 comments on commit ce7a6c8

Please sign in to comment.