File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -307,6 +307,10 @@ class Audio {
307
307
printMessageInDebugMode (error);
308
308
onError? .call (file.path);
309
309
audio = Audio ._localWithoutMetadata (path: file.path);
310
+ } catch (error) {
311
+ printMessageInDebugMode (error);
312
+ onError? .call (file.path);
313
+ audio = Audio ._localWithoutMetadata (path: file.path);
310
314
}
311
315
return audio;
312
316
}
Original file line number Diff line number Diff line change @@ -77,10 +77,10 @@ packages:
77
77
dependency: "direct main"
78
78
description:
79
79
name: audio_metadata_reader
80
- sha256: "402b314c7212d04ecc425325d2145a0e406c50cb4c80150972ba2fb447e78688 "
80
+ sha256: "3a8f69540f2c8ffab3d22fad65d3dd91a29170850766843390d2b5beebc902ee "
81
81
url: "https://pub.dev"
82
82
source: hosted
83
- version: "1.4.0 "
83
+ version: "1.4.1 "
84
84
audio_service:
85
85
dependency: "direct main"
86
86
description:
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ environment:
10
10
11
11
dependencies :
12
12
animated_emoji : ^3.1.0
13
- audio_metadata_reader : ^1.4.0
13
+ audio_metadata_reader : ^1.4.1
14
14
audio_service : ^0.18.12
15
15
audio_service_mpris :
16
16
git :
You can’t perform that action at this time.
0 commit comments