diff --git a/qt/aqt/mpv.py b/qt/aqt/mpv.py index d991f69b9..e42077047 100644 --- a/qt/aqt/mpv.py +++ b/qt/aqt/mpv.py @@ -384,6 +384,11 @@ class MPVBase: else: raise + def _register_callbacks(self): + """Will be called after mpv restart to reinitialize callbacks + defined in MPV subclass + """ + # # Public API #