mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-09 20:57:44 +00:00
21 lines
359 B
Markdown
21 lines
359 B
Markdown
# GetLibraryItemsLibraryOptimizedForStreaming
|
|
|
|
Has this media been optimized for streaming. NOTE: This can be 0, 1, false or true
|
|
|
|
|
|
|
|
## Supported Types
|
|
|
|
### `operations.GetLibraryItemsOptimizedForStreaming1`
|
|
|
|
```python
|
|
value: operations.GetLibraryItemsOptimizedForStreaming1 = /* values here */
|
|
```
|
|
|
|
### `bool`
|
|
|
|
```python
|
|
value: bool = /* values here */
|
|
```
|
|
|