minor tweak

This commit is contained in:
Reinaldo Neto 2023-08-16 17:57:35 -03:00
parent e50e59d6e7
commit b88c3b1386
1 changed files with 0 additions and 1 deletions

View File

@ -72,7 +72,6 @@ class HandleAudioMedia {
await this.audioQueue[uri]?.setPositionAsync(time);
} catch {
// Do nothing
// It's returning a error with this code: E_AV_SEEKING, however it's working as expected
}
}