summaryrefslogtreecommitdiffstats
path: root/templates/show_mpdplay.inc
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-10 23:01:00 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2005-06-10 23:01:00 +0000
commitcbc9ccbd8f259f453a2e9ab7ac4feb2d3d711a18 (patch)
treef31c0d89f5ee2c5a0950d0ed5ed5c628fc8b4271 /templates/show_mpdplay.inc
parent65a9ac30f6b19f24735580278b6fd574b9666d5e (diff)
downloadampache-cbc9ccbd8f259f453a2e9ab7ac4feb2d3d711a18.tar.gz
ampache-cbc9ccbd8f259f453a2e9ab7ac4feb2d3d711a18.tar.bz2
ampache-cbc9ccbd8f259f453a2e9ab7ac4feb2d3d711a18.zip
Fixed a typo that caused the pause button on MPD not to light up
Diffstat (limited to 'templates/show_mpdplay.inc')
-rw-r--r--templates/show_mpdplay.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_mpdplay.inc b/templates/show_mpdplay.inc
index 2825547c..a6e90b1f 100644
--- a/templates/show_mpdplay.inc
+++ b/templates/show_mpdplay.inc
@@ -43,7 +43,7 @@ $web_path = conf('web_path');
<input class="button" type="submit" title="<?php echo _("Prev"); ?>" name="action" value="|&lt; " />
<input class="button" type="submit" title="<?php echo _("Stop"); ?>" name="action" value=" X " <?php echo $stop; ?> />
<input class="button" type="submit" title="<?php echo _("Play"); ?>" name="action" value=" &gt; " <?php echo $play; ?> />
- <input class="button" type="submit" title="<?php echo _("Pause"); ?>" name="action" value=" = " <?php echo $paused; ?> />
+ <input class="button" type="submit" title="<?php echo _("Pause"); ?>" name="action" value=" = " <?php echo $pause; ?> />
<input class="button" type="submit" title="<?php echo _("Next"); ?>" name="action" value= " &gt;|" />
</form>
</td>