mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-06 20:47:49 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.542.1
This commit is contained in:
@@ -12,12 +12,13 @@ namespace LukeHagar.PlexAPI.SDK.Models.Requests
|
||||
using LukeHagar.PlexAPI.SDK.Utils;
|
||||
|
||||
/// <summary>
|
||||
/// UNKNOWN
|
||||
/// The Plex library visibility setting
|
||||
/// </summary>
|
||||
public enum Hidden
|
||||
{
|
||||
Disable = 0,
|
||||
Enable = 1,
|
||||
Visible = 0,
|
||||
ExcludeHomeScreen = 1,
|
||||
ExcludeHomeScreenAndGlobalSearch = 2,
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user