mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-07 20:47:49 +00:00
790 B
790 B
GetLibrarySectionsAllGenre
Example Usage
import { GetLibrarySectionsAllGenre } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetLibrarySectionsAllGenre = {
tag: "Crime",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
tag |
string | ✔️ | The genre name of this media-item |
Crime |