summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-05 16:03:13 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-01-05 16:03:13 +0000
commit5c59ec93219927b504b60c1326a7ae078ee83b2e (patch)
treedef995211bcd47fa1608b98d99bd8a5a0bf4e3c5 /templates
parente25a9d5480b6f12584a1297eb907906436f52da6 (diff)
downloadampache-5c59ec93219927b504b60c1326a7ae078ee83b2e.tar.gz
ampache-5c59ec93219927b504b60c1326a7ae078ee83b2e.tar.bz2
ampache-5c59ec93219927b504b60c1326a7ae078ee83b2e.zip
lets not punish people with single track playlists eah?
Diffstat (limited to 'templates')
-rw-r--r--templates/show_playlists.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_playlists.inc.php b/templates/show_playlists.inc.php
index 3cbdeef6..77f132f5 100644
--- a/templates/show_playlists.inc.php
+++ b/templates/show_playlists.inc.php
@@ -58,7 +58,7 @@
<?php echo _('Delete'); ?>
</a>
<?php } ?>
- <?php if ($count > 1) { ?>
+ <?php if ($count > 0) { ?>
| <a href="<?php echo conf('web_path'); ?>/song.php?action=playlist&amp;playlist_id=<?php echo $playlist->id; ?>">
<?php echo _('Play'); ?>
</a>