summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-22 19:27:33 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2006-12-22 19:27:33 +0000
commit2f2aff930ae0b590d0460e783ec090114b15f04f (patch)
tree6fcf3836966ff7b0e92c1a7c157bfc1c033b8a92 /bin
parent2d06bf58a22f52e3ca3a3d046a48862da1790a40 (diff)
downloadampache-2f2aff930ae0b590d0460e783ec090114b15f04f.tar.gz
ampache-2f2aff930ae0b590d0460e783ec090114b15f04f.tar.bz2
ampache-2f2aff930ae0b590d0460e783ec090114b15f04f.zip
new httpq localplay method, fixes for preferences and mpd controller
Diffstat (limited to 'bin')
-rw-r--r--bin/write_tags.php.inc3
1 files changed, 0 insertions, 3 deletions
diff --git a/bin/write_tags.php.inc b/bin/write_tags.php.inc
index cbf592de..8f9279da 100644
--- a/bin/write_tags.php.inc
+++ b/bin/write_tags.php.inc
@@ -68,9 +68,6 @@ foreach($flaggedIds as $flagged){
$tagData['date'][] = $song->year;
$tagData['year'][] = $song->year;
$tagData['comment'][] = $song->comment;
- $tagData['bitrate'][] = $song->bitrate;
- $tagData['rate'][] = $song->rate;
- $tagData['mode'][] = $song->mode;
$tagData['size'][] = $song->size;
$tagData['time'][] = $song->time;
$tagData['album'][] = $song->get_album_name();