mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-09 12:47:44 +00:00
Cleaning and regenerating
This commit is contained in:
@@ -1,12 +0,0 @@
|
||||
// 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