fix: some stuff

This commit is contained in:
Benex254
2024-08-19 13:04:30 +03:00
parent 144bf53081
commit f7b5898dfa
3 changed files with 20 additions and 13 deletions

View File

@@ -200,6 +200,8 @@ class MpvPlayer(object):
self.subs = []
except mpv.ShutdownError:
pass
except Exception:
pass
@mpv_player.property_observer("time-pos")
def handle_time_start_update(*args):