mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-07 12:37:45 +00:00
10 lines
1.2 KiB
Markdown
10 lines
1.2 KiB
Markdown
# Ratings
|
|
|
|
|
|
## Fields
|
|
|
|
| Field | Type | Required | Description | Example |
|
|
| -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- | -------------------------------------------- |
|
|
| `Image` | *string* | :heavy_check_mark: | The image or reference for the rating. | imdb://image.rating |
|
|
| `Value` | *float* | :heavy_check_mark: | The rating value. | 9 |
|
|
| `Type` | *string* | :heavy_check_mark: | The type of rating (e.g., audience, critic). | audience | |