diff options
Diffstat (limited to 'lib/class/album.class.php')
-rw-r--r-- | lib/class/album.class.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/class/album.class.php b/lib/class/album.class.php index 6b49eabe..c38bb927 100644 --- a/lib/class/album.class.php +++ b/lib/class/album.class.php @@ -725,7 +725,7 @@ class Album extends database_object { $current_id = $this->id; - if ($artist != $this->artist_id AND $artist > 0) { + if ($artist != $this->artist_id AND $artist) { // Update every song $songs = $this->get_songs(); foreach ($songs as $song_id) { |