mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-07 20:57:47 +00:00
ci: regenerated with OpenAPI Doc 0.0.3, Speakeasy CLI 1.152.1
This commit is contained in:
12
Sources/Plexswift/models/operations/State.swift
Normal file
12
Sources/Plexswift/models/operations/State.swift
Normal file
@@ -0,0 +1,12 @@
|
||||
// Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
||||
|
||||
import Foundation
|
||||
|
||||
extension Operations {
|
||||
/// The state of the media item
|
||||
public enum State: String, Codable, APIValue {
|
||||
case playing = "playing"
|
||||
case paused = "paused"
|
||||
case stopped = "stopped"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user