mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
757 B
757 B
GetMediaMetaDataLocation
Example Usage
import { GetMediaMetaDataLocation } from "@lukehagar/plexjs/sdk/models/operations";
let value: GetMediaMetaDataLocation = {
path: "/TV Shows/Better Call Saul",
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
path |
string | ✔️ | The file path for the location. | /TV Shows/Better Call Saul |