mirror of
https://github.com/ankitects/anki.git
synced 2025-09-23 16:26:40 -04:00
commit
cd6182c1da
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue