mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-09 12:37:46 +00:00
19 lines
477 B
Markdown
19 lines
477 B
Markdown
# Params
|
|
|
|
Subscription parameters.
|
|
- `mediaProviderID`: Required for downloads to indicate which MP the subscription will download into
|
|
- `source`: Required for downloads to indicate the source of the downloaded content.
|
|
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { Params } from "@lukehagar/plexjs/models/operations";
|
|
|
|
let value: Params = {};
|
|
```
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description |
|
|
| ----------- | ----------- | ----------- | ----------- | |