diff --git a/dashboard-ui/scripts/remotecontrol.js b/dashboard-ui/scripts/remotecontrol.js index 24e33bc0ac..11fafbeeb6 100644 --- a/dashboard-ui/scripts/remotecontrol.js +++ b/dashboard-ui/scripts/remotecontrol.js @@ -589,7 +589,7 @@ html += ''; @@ -776,7 +776,7 @@ }); } - function getPlaybackHtml() { + function getPlaybackHtml(session) { var html = ''; @@ -804,7 +804,11 @@ html += ''; html += ''; html += ''; - html += ''; + + if (session && session.SupportsFullscreenToggle) { + html += ''; + } + html += '';