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

2.3 KiB
Raw Blame History

MediaProvider

Example Usage

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

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

Fields

Field Type Required Description
identifier string N/A
title string N/A
types string N/A
protocols string N/A
feature operations.Feature[] N/A