Improve description of `media_content_type` in `media_extractor.play_media` action (#139559)

* Improve `media_content_type` in  `media_extractor.play_media` action

In the UI the `media_content_type` field of the `media_extractor.play_media` action already presents a selector with the choices MUSIC, TVSHOW, VIDEO, EPISODE, CHANNEL or PLAYLIST MUSIC.

Therefore these can be removed from the field description to avoid any over-translation that will create an unnecessary  mismatch in the UI.

* Fix casing of  `media_extractor.play_media` action name
pull/139569/head
Norbert Rittel 2025-03-01 12:12:58 +01:00 committed by GitHub
parent 2c620f1f60
commit dfe1921737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -17,12 +17,12 @@
},
"media_content_type": {
"name": "Media content type",
"description": "The type of the content to play. Must be one of MUSIC, TVSHOW, VIDEO, EPISODE, CHANNEL or PLAYLIST MUSIC."
"description": "The type of the content to play."
}
}
},
"extract_media_url": {
"name": "Get Media URL",
"name": "Get media URL",
"description": "Extract media URL from a service.",
"fields": {
"url": {