diff options
Diffstat (limited to 'lib/class/album.class.php')
-rw-r--r-- | lib/class/album.class.php | 5 |
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 /** |