This commit is contained in:
Kyle Mills 2021-01-10 07:18:08 -08:00 committed by GitHub
parent 5f70d718b8
commit a0dc33c0e8
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