mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
19 lines
333 B
Markdown
19 lines
333 B
Markdown
# IncludeExternalMedia
|
|
|
|
include external media in the results
|
|
|
|
|
|
## Example Usage
|
|
|
|
```typescript
|
|
import { IncludeExternalMedia } from "@lukehagar/plexjs/sdk/models/operations";
|
|
|
|
let value: IncludeExternalMedia = IncludeExternalMedia.Zero;
|
|
```
|
|
|
|
## Values
|
|
|
|
| Name | Value |
|
|
| ------ | ------ |
|
|
| `One` | 1 |
|
|
| `Zero` | 0 | |