mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-06 20:57:46 +00:00
13 lines
307 B
Swift
13 lines
307 B
Swift
// 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"
|
|
}
|
|
}
|