diff --git a/lib/class/album.class.php b/lib/class/album.class.php index d40730cb..d092efff 100644 --- a/lib/class/album.class.php +++ b/lib/class/album.class.php @@ -824,7 +824,8 @@ class Album extends database_object implements library_item } if ($id !== null && $type !== null) { - Art::display($type, $id, $this->get_fullname(), $thumb, $this->link); + $title = '[' . ($this->f_album_artist_name ?: $this->f_artist) . '] ' . $this->f_name; + Art::display($type, $id, $title, $thumb, $this->link); } } diff --git a/templates/show_now_playing_row.inc.php b/templates/show_now_playing_row.inc.php index 69845044..e1efd765 100644 --- a/templates/show_now_playing_row.inc.php +++ b/templates/show_now_playing_row.inc.php @@ -65,7 +65,12 @@ ?>