summaryrefslogtreecommitdiffstats
path: root/tv.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-14 05:13:09 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-14 05:13:09 +0000
commitce1a8672d4b2d78b8301527311a410af893c4943 (patch)
treeb987e8f283d8c651d242add41a7dc0d24ba598f5 /tv.php
parent52d8985a27674da0dbd6d85a055bb07555917c23 (diff)
downloadampache-ce1a8672d4b2d78b8301527311a410af893c4943.tar.gz
ampache-ce1a8672d4b2d78b8301527311a410af893c4943.tar.bz2
ampache-ce1a8672d4b2d78b8301527311a410af893c4943.zip
* Added delete admin function on democratic play
* fixed some minor display issues with playlist dropdowns * added Delete Disabled bin script for removing disabled songs
Diffstat (limited to 'tv.php')
-rw-r--r--tv.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tv.php b/tv.php
index f0bba83c..576f734c 100644
--- a/tv.php
+++ b/tv.php
@@ -24,7 +24,7 @@ $dbh = dbh();
$web_path = conf('web_path');
/* Make sure they have access to this */
-if (!conf('allow_democratic_playback') || $GLOBALS['user']->prefs['play_type'] != 'democratic') {
+if (!conf('allow_democratic_playback')) {
access_denied();
exit;
}