mirror of
https://github.com/LukeHagar/plexpy.git
synced 2025-12-08 20:47:45 +00:00
ci: regenerated with OpenAPI Doc , Speakeasy CLI 1.528.1
This commit is contained in:
@@ -235,7 +235,7 @@ class PlexDevice(BaseModel):
|
||||
|
||||
m = {}
|
||||
|
||||
for n, f in self.model_fields.items():
|
||||
for n, f in type(self).model_fields.items():
|
||||
k = f.alias or n
|
||||
val = serialized.get(k)
|
||||
serialized.pop(k, None)
|
||||
|
||||
Reference in New Issue
Block a user