chore: Follow up audioplayer

This commit is contained in:
Krille 2024-05-10 10:03:18 +02:00
commit 53c2601945
No known key found for this signature in database
GPG key ID: E067ECD60F1A0652

View file

@ -286,6 +286,7 @@ class AudioPlayerState extends State<AudioPlayerWidget> {
), ),
const SizedBox(width: 8), const SizedBox(width: 8),
Badge( Badge(
isLabelVisible: audioPlayer != null,
label: audioPlayer == null label: audioPlayer == null
? null ? null
: Text( : Text(