Don't orphan cache files when load fails.

This commit is contained in:
Ryan Heise 2020-08-24 01:14:28 +10:00
parent 0685398923
commit 5e2eae9a10
1 changed files with 0 additions and 1 deletions

View File

@ -469,7 +469,6 @@ class AudioPlayer {
return duration; return duration;
} catch (e) { } catch (e) {
_audioSource = null; _audioSource = null;
_audioSources.clear();
rethrow; rethrow;
} }
} }