remove tv when going to dialog from home, hide volume control when going to tv from home (fixes #1794)
This commit is contained in:
parent
4f11636623
commit
1de58ea400
6 changed files with 9 additions and 7 deletions
|
|
@ -174,6 +174,7 @@ pandora.ui.tv = function() {
|
|||
that.mute = function() {
|
||||
muted = true;
|
||||
$player && $player.options({muted: muted});
|
||||
return that;
|
||||
};
|
||||
|
||||
that.showScreen = function() {
|
||||
|
|
@ -185,6 +186,7 @@ pandora.ui.tv = function() {
|
|||
that.unmute = function() {
|
||||
$player && $player.options({muted: pandora.user.ui.videoMuted});
|
||||
muted = false;
|
||||
return that;
|
||||
};
|
||||
|
||||
return that;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue