fix small bug in album details page
This commit is contained in:
parent
f49ea4946a
commit
f2fa013d02
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ class _AlbumDetailsPageState extends State<AlbumDetailsPage> {
|
||||||
if (songsByDisc.length > 1)
|
if (songsByDisc.length > 1)
|
||||||
ListTile(
|
ListTile(
|
||||||
title: Text(
|
title: Text(
|
||||||
'${L10n.of(context)!.disc} ${d + 1}',
|
'${L10n.of(context)!.disc} ${songsByDisc[d].first.discNumber}',
|
||||||
style: TEXT_HEADER,
|
style: TEXT_HEADER,
|
||||||
),
|
),
|
||||||
leading: const SizedBox(
|
leading: const SizedBox(
|
||||||
|
|
Loading…
Add table
Reference in a new issue