summaryrefslogtreecommitdiffstats
path: root/lib/class/album.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/class/album.class.php')
-rw-r--r--lib/class/album.class.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/class/album.class.php b/lib/class/album.class.php
index cb767b15..dc42aa2d 100644
--- a/lib/class/album.class.php
+++ b/lib/class/album.class.php
@@ -225,6 +225,11 @@ class Album {
$this->year = "N/A";
}
+ // If we've got a disk append it
+ if ($this->disk) {
+ $this->f_name_link .= ' [' . _('Disk') . ' ' . $this->disk . ']';
+ }
+
} // format
/**