mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 04:20:46 +00:00
467 B
467 B
UpdateItemArtworkElement
Example Usage
import { UpdateItemArtworkElement } from "@lukehagar/plexjs/models/operations";
let value: UpdateItemArtworkElement = UpdateItemArtworkElement.Banner;
Values
| Name | Value |
|---|---|
Thumb |
thumb |
Art |
art |
ClearLogo |
clearLogo |
Banner |
banner |
Poster |
poster |
Theme |
theme |