diff --git a/beets/library.py b/beets/library.py index 4c7fb894c..59791959d 100644 --- a/beets/library.py +++ b/beets/library.py @@ -1119,7 +1119,7 @@ class Album(LibModel): """ item = self.items().get() if not item: - raise ValueError(u'empty album') + raise ValueError(u'empty album for album id %d' % self.id) return os.path.dirname(item.path) def _albumtotal(self):