Files
plexjs/docs/sdk/models/operations/feature.md

5.0 KiB
Raw Blame History

Feature

Example Usage

import { Feature } from "@lukehagar/plexjs/sdk/models/operations";

let value: Feature = {
  type: "<value>",
  flavor: "global",
  scrobbleKey: "/:/scrobble/new",
  unscrobbleKey: "/:/unscrobble/new",
  action: [
    {
      id: "addToContinueWatching",
      key: "/actions/addToContinueWatching",
    },
  ],
};

Fields

Field Type Required Description Example
key string N/A
type string ✔️ N/A
flavor string N/A global
scrobbleKey string N/A /:/scrobble/new
unscrobbleKey string N/A /:/unscrobble/new
directory operations.GetMediaProvidersDirectory[] N/A
action operations.Action[] N/A