fix: encrypted files
This commit is contained in:
parent
41f2d23951
commit
721b444965
3 changed files with 7 additions and 8 deletions
|
|
@ -76,7 +76,7 @@ class _AudioPlayerState extends State<AudioPlayerWidget> {
|
|||
Logs().v('Could not download audio file', e, s);
|
||||
ScaffoldMessenger.of(context).showSnackBar(
|
||||
SnackBar(
|
||||
content: Text(e.toLocalizedString(context)),
|
||||
content: Text(e.toString()),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue