mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
1.4 KiB
1.4 KiB
GetGenresLibraryDirectory
Example Usage
import { GetGenresLibraryDirectory } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetGenresLibraryDirectory = {
fastKey: "/library/sections/10/all?genre=89",
key: "89",
title: "Action",
type: "genre",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
fastKey |
string | ✔️ | N/A | /library/sections/10/all?genre=89 |
key |
string | ✔️ | N/A | 89 |
title |
string | ✔️ | N/A | Action |
type |
string | ✔️ | N/A | genre |