Merge pull request #916 from khonkhortisan/patch-1

typo
This commit is contained in:
Damien Elmes 2021-01-11 16:16:09 +10:00 committed by GitHub
commit cd6182c1da
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -136,7 +136,7 @@ class VideoPlayer(Player): # pylint: disable=abstract-method
class AVPlayer:
players: List[Player] = []
# when a new batch of audio is played, shoud the currently playing
# when a new batch of audio is played, should the currently playing
# audio be stopped?
interrupt_current_audio = True