mirror of
https://github.com/LukeHagar/plexjava.git
synced 2025-12-06 20:47:45 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.484.1
This commit is contained in:
@@ -161,6 +161,8 @@ public class PlexAPI {
|
||||
*/
|
||||
private final Updater updater;
|
||||
|
||||
private final Users users;
|
||||
|
||||
/**
|
||||
* Operations against the Plex Media Server System.
|
||||
*
|
||||
@@ -299,6 +301,10 @@ public class PlexAPI {
|
||||
return updater;
|
||||
}
|
||||
|
||||
public Users users() {
|
||||
return users;
|
||||
}
|
||||
|
||||
private final SDKConfiguration sdkConfiguration;
|
||||
|
||||
/**
|
||||
@@ -518,5 +524,6 @@ public class PlexAPI {
|
||||
this.statistics = new Statistics(sdkConfiguration);
|
||||
this.sessions = new Sessions(sdkConfiguration);
|
||||
this.updater = new Updater(sdkConfiguration);
|
||||
this.users = new Users(sdkConfiguration);
|
||||
this.sdkConfiguration.initialize();
|
||||
}}
|
||||
|
||||
Reference in New Issue
Block a user