Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 503 Bytes

getsearchalllibrariesqueryparamincludeexternalmedia.md

File metadata and controls

19 lines (13 loc) · 503 Bytes

GetSearchAllLibrariesQueryParamIncludeExternalMedia

Whether to include external media in the search results.

Example Usage

import { GetSearchAllLibrariesQueryParamIncludeExternalMedia } from "@lukehagar/plexjs/sdk/models/operations";

let value: GetSearchAllLibrariesQueryParamIncludeExternalMedia =
  GetSearchAllLibrariesQueryParamIncludeExternalMedia.Enable;

Values

Name Value
Disable 0
Enable 1