Skip to content

Commit

Permalink
show artist by default
Browse files Browse the repository at this point in the history
  • Loading branch information
Chaphasilor committed Oct 27, 2024
1 parent eb575d9 commit 992a083
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/components/AlbumScreen/track_list_tile.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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()});
Expand Down

0 comments on commit 992a083

Please sign in to comment.