mirror of
https://github.com/LukeHagar/plexcsharp.git
synced 2025-12-10 12:37:45 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.377.3
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
//------------------------------------------------------------------------------
|
||||
// <auto-generated>
|
||||
// This code was generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
||||
// This code was generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
||||
//
|
||||
// Changes to this file may cause incorrect behavior and will be lost when
|
||||
// the code is regenerated.
|
||||
@@ -40,7 +40,8 @@ namespace PlexAPI.Utils
|
||||
var extensionType = System.Type.GetType(objectType.FullName + "Extension");
|
||||
|
||||
if (Nullable.GetUnderlyingType(objectType) != null) {
|
||||
extensionType = System.Type.GetType(Nullable.GetUnderlyingType(objectType)!.FullName + "Extension");
|
||||
objectType = Nullable.GetUnderlyingType(objectType)!;
|
||||
extensionType = System.Type.GetType(objectType!.FullName + "Extension");
|
||||
}
|
||||
|
||||
if (extensionType == null)
|
||||
|
||||
Reference in New Issue
Block a user