summaryrefslogtreecommitdiffstats
path: root/tv.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-11-12 20:10:22 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-11-12 20:10:22 +0000
commit85a3474424ec5ea06be2f0f27198c9ba7f739af9 (patch)
tree6c33ccb31e1baff46c83ccbe393382e55c5cbcb6 /tv.php
parent229ae80fc9b3ae7157ff216330575efae5ec80b5 (diff)
downloadampache-85a3474424ec5ea06be2f0f27198c9ba7f739af9.tar.gz
ampache-85a3474424ec5ea06be2f0f27198c9ba7f739af9.tar.bz2
ampache-85a3474424ec5ea06be2f0f27198c9ba7f739af9.zip
added ability to vote songs up and down in democratic play and fixed a problem with ajax not resetting the gettext() and not having a user or session
Diffstat (limited to 'tv.php')
-rw-r--r--tv.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tv.php b/tv.php
index 1cee4d00..ecd2c066 100644
--- a/tv.php
+++ b/tv.php
@@ -48,6 +48,12 @@ switch ($action) {
$songs = $tmp_playlist->get_items();
require_once(conf('prefix') . '/templates/show_tv.inc.php');
break;
+ /* This sends the playlist to the 'method' of their chosing */
+ case 'send_playlist':
+
+
+
+ break;
case 'update_playlist':
/* Only Admins Here */
if (!$GLOBALS['user']->has_access(100)) {