feat!: remove TvHtml5Embed client as it got disabled
This commit is contained in:
parent
79a62816ff
commit
9e835c8f38
6 changed files with 32 additions and 62 deletions
|
|
@ -272,7 +272,6 @@ enum ClientTypeArg {
|
|||
Desktop,
|
||||
Mobile,
|
||||
Tv,
|
||||
TvEmbed,
|
||||
Android,
|
||||
Ios,
|
||||
}
|
||||
|
|
@ -324,7 +323,6 @@ impl From<ClientTypeArg> for ClientType {
|
|||
match value {
|
||||
ClientTypeArg::Desktop => Self::Desktop,
|
||||
ClientTypeArg::Mobile => Self::Mobile,
|
||||
ClientTypeArg::TvEmbed => Self::TvHtml5Embed,
|
||||
ClientTypeArg::Tv => Self::Tv,
|
||||
ClientTypeArg::Android => Self::Android,
|
||||
ClientTypeArg::Ios => Self::Ios,
|
||||
|
|
|
|||
Reference in a new issue