diff --git a/lib/components/AlbumScreen/track_list_tile.dart b/lib/components/AlbumScreen/track_list_tile.dart index ff6f6448..7fb55412 100644 --- a/lib/components/AlbumScreen/track_list_tile.dart +++ b/lib/components/AlbumScreen/track_list_tile.dart @@ -375,7 +375,7 @@ class TrackListItem extends ConsumerStatefulWidget { this.isInPlaylist = false, this.allowReorder = false, this.showIndex = false, - this.showArtists = false, + this.showArtists = true, this.showPlayCount = false, this.onRemoveFromList, this.dismissBackground = const SizedBox.shrink()});