Skip to content

Commit

Permalink
fixing playback detection
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Berndt authored and bentglasstube committed Jun 6, 2011
1 parent a12c285 commit d5f0bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion views/queue.tt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<form method="post" action="/queue">
<fieldset>
<input type="submit" name="rescan" value="Rescan Music Folder" />
<% if current %>
<% if station.current %>
<input type="submit" name="skip" value="Skip Current Song" />
<input type="submit" name="stop" value="Stop Playback" />
<% else %>
Expand Down

0 comments on commit d5f0bb4

Please sign in to comment.