mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
2.0 KiB
2.0 KiB
GetMediaProvidersResponseBody
Media providers and their features
Example Usage
import { GetMediaProvidersResponseBody } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetMediaProvidersResponseBody = {
mediaContainer: {
mediaProvider: [
{
feature: [
{
type: "<value>",
flavor: "global",
scrobbleKey: "/:/scrobble/new",
unscrobbleKey: "/:/unscrobble/new",
action: [
{
id: "addToContinueWatching",
key: "/actions/addToContinueWatching",
},
],
},
],
},
],
},
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
mediaContainer |
operations.GetMediaProvidersMediaContainer | ➖ | N/A |