mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-08 04:20:54 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.438.1
This commit is contained in:
@@ -19,7 +19,8 @@ public enum GetLibraryItemsQueryParamType {
|
||||
Movie(1L),
|
||||
TvShow(2L),
|
||||
Season(3L),
|
||||
Episode(4L);
|
||||
Episode(4L),
|
||||
Audio(8L);
|
||||
|
||||
@JsonValue
|
||||
private final long value;
|
||||
|
||||
@@ -19,7 +19,8 @@ public enum GetPlaylistContentsQueryParamType {
|
||||
Movie(1L),
|
||||
TvShow(2L),
|
||||
Season(3L),
|
||||
Episode(4L);
|
||||
Episode(4L),
|
||||
Audio(8L);
|
||||
|
||||
@JsonValue
|
||||
private final long value;
|
||||
|
||||
@@ -19,7 +19,8 @@ public enum GetSearchLibraryQueryParamType {
|
||||
Movie(1L),
|
||||
TvShow(2L),
|
||||
Season(3L),
|
||||
Episode(4L);
|
||||
Episode(4L),
|
||||
Audio(8L);
|
||||
|
||||
@JsonValue
|
||||
private final long value;
|
||||
|
||||
@@ -19,7 +19,8 @@ public enum GetTopWatchedContentQueryParamType {
|
||||
Movie(1L),
|
||||
TvShow(2L),
|
||||
Season(3L),
|
||||
Episode(4L);
|
||||
Episode(4L),
|
||||
Audio(8L);
|
||||
|
||||
@JsonValue
|
||||
private final long value;
|
||||
|
||||
@@ -19,7 +19,8 @@ public enum QueryParamType {
|
||||
Movie(1L),
|
||||
TvShow(2L),
|
||||
Season(3L),
|
||||
Episode(4L);
|
||||
Episode(4L),
|
||||
Audio(8L);
|
||||
|
||||
@JsonValue
|
||||
private final long value;
|
||||
|
||||
@@ -19,7 +19,8 @@ public enum Type {
|
||||
Movie(1L),
|
||||
TvShow(2L),
|
||||
Season(3L),
|
||||
Episode(4L);
|
||||
Episode(4L),
|
||||
Audio(8L);
|
||||
|
||||
@JsonValue
|
||||
private final long value;
|
||||
|
||||
Reference in New Issue
Block a user