Skip to content

Commit

Permalink
fix small bug in album details page
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz-weber committed May 2, 2023
1 parent f49ea49 commit f2fa013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/presentation/pages/album_details_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ class _AlbumDetailsPageState extends State<AlbumDetailsPage> {
if (songsByDisc.length > 1)
ListTile(
title: Text(
'${L10n.of(context)!.disc} ${d + 1}',
'${L10n.of(context)!.disc} ${songsByDisc[d].first.discNumber}',
style: TEXT_HEADER,
),
leading: const SizedBox(
Expand Down

0 comments on commit f2fa013

Please sign in to comment.