From fe5fcc6db333c4f4e8771fad0d647af94ab76f48 Mon Sep 17 00:00:00 2001 From: Adam Mills Date: Sat, 18 Feb 2017 21:04:29 -0500 Subject: [PATCH] Fix media player model typo (#214) --- src/util/media-player-model.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/util/media-player-model.html b/src/util/media-player-model.html index 5e8da0a689..fc32ae2edc 100644 --- a/src/util/media-player-model.html +++ b/src/util/media-player-model.html @@ -180,7 +180,7 @@ }, volumeUp() { - this.callService('volume_down'); + this.callService('volume_up'); }, // helper method