mirror of
https://github.com/LukeHagar/plexswift.git
synced 2025-12-06 12:47:44 +00:00
11 lines
426 B
Swift
11 lines
426 B
Swift
// Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
|
|
|
|
import Foundation
|
|
|
|
extension Operations {
|
|
/// The forced subtitles searches mode (0 = Prefer non-forced subtitles, 1 = Prefer forced subtitles, 2 = Only show forced subtitles, 3 = Only show non-forced subtitles)
|
|
public enum PostUsersSignInDataDefaultSubtitleForced: String, Codable, APIValue {
|
|
case zero = "0"
|
|
case one = "1"
|
|
}}
|