Skip to content

Commit

Permalink
Fix not showing playlist actions in the queue view
Browse files Browse the repository at this point in the history
  • Loading branch information
malept committed Feb 10, 2015
1 parent b5a80fe commit 3970604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gmusicprocurator/templates/js/playlist.mtpl
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[% if (!!playlist.name) { %]
<h3 class="delta name">[[ playlist.name ]]</h3>
[% } /* playlist.name */ %]
[% if (playlist.id != gmp.QUEUE_ID) { %]
[% if (playlist.id != AlpacAudio.QUEUE_ID) { %]
<ul class="actions">
[% if (!!playlist.id) { %]
<li><a href="/playlists/[[ playlist.id ]]">XSPF Playlist</a></li>
Expand Down

0 comments on commit 3970604

Please sign in to comment.