mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -04:00
Fix "make check" by defining dummy _register_callbacks method in MPVBase
This commit is contained in:
parent
d1b74dfcb6
commit
696f7e4373
1 changed files with 5 additions and 0 deletions
|
@ -384,6 +384,11 @@ class MPVBase:
|
||||||
else:
|
else:
|
||||||
raise
|
raise
|
||||||
|
|
||||||
|
def _register_callbacks(self):
|
||||||
|
"""Will be called after mpv restart to reinitialize callbacks
|
||||||
|
defined in MPV subclass
|
||||||
|
"""
|
||||||
|
|
||||||
#
|
#
|
||||||
# Public API
|
# Public API
|
||||||
#
|
#
|
||||||
|
|
Loading…
Reference in a new issue