mirror of
https://github.com/LukeHagar/plexruby.git
synced 2025-12-06 12:47:44 +00:00
24 lines
455 B
Ruby
24 lines
455 B
Ruby
# Code generated by Speakeasy (https://speakeasyapi.dev). DO NOT EDIT.
|
|
|
|
# typed: true
|
|
# frozen_string_literal: true
|
|
|
|
|
|
module OpenApiSDK
|
|
module Operations
|
|
INCLUDE_EXTERNAL_MEDIA_SERVERS = [
|
|
'https://metadata.provider.plex.tv'
|
|
].freeze
|
|
|
|
# IncludeExternalMedia - include external media in the results
|
|
#
|
|
class IncludeExternalMedia < T::Enum
|
|
enums do
|
|
ONE = new(1)
|
|
ZERO = new(0)
|
|
end
|
|
end
|
|
|
|
end
|
|
end
|