diff options
author | Sam Stenvall <neggelandia@gmail.com> | 2015-01-29 15:41:31 +0200 |
---|---|---|
committer | Sam Stenvall <neggelandia@gmail.com> | 2015-01-29 15:49:54 +0200 |
commit | a7e994ce72ac6ab143156ea4e24435b6df0421da (patch) | |
tree | d3b8290273c2ac35875412c0afeaa7ddb508b5d4 | |
parent | ee23ad66aa6d8e0e6bcdafa8e7c1cd4abe4183e7 (diff) |
[confluence] disable the "Download" item in the subtitle menu when in
live TV
-rw-r--r-- | addons/skin.confluence/720p/VideoOSD.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/addons/skin.confluence/720p/VideoOSD.xml b/addons/skin.confluence/720p/VideoOSD.xml index 2bbeed25f7..3eb7490a48 100644 --- a/addons/skin.confluence/720p/VideoOSD.xml +++ b/addons/skin.confluence/720p/VideoOSD.xml @@ -417,6 +417,8 @@ <onclick>Close</onclick> <onclick>Dialog.Close(VideoOSD)</onclick> <onclick>ActivateWindow(SubtitleSearch)</onclick> + <!-- no point in downloading subtitles for live programs --> + <enable>!VideoPlayer.Content(LiveTV)</enable> </control> <control type="button" id="402"> <height>40</height> |