mirror of
https://github.com/LukeHagar/plexjs.git
synced 2025-12-06 12:37:46 +00:00
392 B
392 B
MediaReviewsVisibility
Whether or not the account has media reviews visibility enabled
Example Usage
import { MediaReviewsVisibility } from "@lukehagar/plexjs/sdk/models/operations";
let value: MediaReviewsVisibility = MediaReviewsVisibility.Enable;
Values
| Name | Value |
|---|---|
Disable |
0 |
Enable |
1 |