summaryrefslogtreecommitdiffstats
path: root/lib/class/catalog.class.php
diff options
context:
space:
mode:
authorKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-19 06:42:07 +0000
committerKarl 'vollmerk' Vollmer <vollmer@ampache.org>2007-08-19 06:42:07 +0000
commita1961111ef936899351924bdb97e1b5d2e3687ec (patch)
treeb8e02014854b0399703ef6f642d7e31372ea4ca9 /lib/class/catalog.class.php
parent0bbeb6aa28c6eb0e4dcf7d1b7d566575248b5c1a (diff)
downloadampache-a1961111ef936899351924bdb97e1b5d2e3687ec.tar.gz
ampache-a1961111ef936899351924bdb97e1b5d2e3687ec.tar.bz2
ampache-a1961111ef936899351924bdb97e1b5d2e3687ec.zip
fixed album.disk for ogg files and added it to the display
Diffstat (limited to 'lib/class/catalog.class.php')
-rw-r--r--lib/class/catalog.class.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/class/catalog.class.php b/lib/class/catalog.class.php
index b9e5aefd..536be20f 100644
--- a/lib/class/catalog.class.php
+++ b/lib/class/catalog.class.php
@@ -953,7 +953,7 @@ class Catalog {
$artist = $results['artist'];
$album = $results['album'];
$genre = $results['genre'];
- $disk = $results['pos'];
+ $disk = $results['disk'];
/* Clean up Old Vars */
unset($vainfo,$key);
@@ -1893,7 +1893,7 @@ class Catalog {
$size = $results['size'];
$song_time = $results['time'];
$track = $results['track'];
- $disk = $results['pos'];
+ $disk = $results['disk'];
$year = $results['year'];
$comment = $results['comment'];
$current_time = time();