diff --git a/source/_integrations/plex.markdown b/source/_integrations/plex.markdown index 9b564ddab803..017b8d08ff0d 100644 --- a/source/_integrations/plex.markdown +++ b/source/_integrations/plex.markdown @@ -79,11 +79,6 @@ media_player: required: false type: map keys: - show_all_controls: - description: Forces all controls to display. Ignores dynamic controls (ex. show volume controls for client A but not for client B) based on detected client capabilities. This option allows you to override this detection if you suspect it to be incorrect. - required: false - default: false - type: boolean use_episode_art: description: Display TV episode art instead of TV show art. required: false @@ -106,7 +101,6 @@ plex: verify_ssl: true media_player: use_episode_art: true - show_all_controls: false ignore_new_shared_users: false ``` @@ -159,11 +153,10 @@ Plays a song, playlist, TV episode, or video on a connected client. | Any (when all controls disabled) | A stop button will appear but is not functional. | | Any (when casting) | Controlling playback will work but with error logging. | | Any (remote client) | Controls disabled. | -| Apple TV (PlexConnect) | Controls disabled. Music does not work. | +| Apple TV | None | | iOS | None | -| NVidia Shield | Mute disabled. Volume set below 2 will cause error logging. Controlling playback when the Shield is both a client and a server will work but with error logging | +| NVidia Shield | Controlling playback when the Shield is both a client and a server will work but with error logging | | Plex Web | None | -| Tivo Plex App | Only play, pause, stop/off controls enabled | ### Notes