Skip to content

Commit

Permalink
update comments
Browse files Browse the repository at this point in the history
  • Loading branch information
cosven committed May 9, 2024
1 parent 1b1ed4e commit fc18c6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions feeluown/player/mpvplayer.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ def __init__(self, _=None, audio_device=b'auto', winid=None,
b'Mozilla/5.0 (Windows NT 10.0; Win64; x64)')

#: if video_format changes to None, there is no video available
self.video_format_changed = Signal()
self.audio_bitrate_changed = Signal() # int, for example: 128001
self.video_format_changed = Signal() # Optional[str]
self.audio_bitrate_changed = Signal() # Optional[int], for example: 128001

self._mpv.observe_property(
'time-pos',
Expand Down

0 comments on commit fc18c6c

Please sign in to comment.