Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bongo.el
Original file line number Diff line number Diff line change
Expand Up @@ -6421,7 +6421,7 @@ Also fetch metadata and length of track if not fetched already."
"Start tick timer for PLAYER."
(bongo-mpv-player-stop-timer player)
(let ((timer (run-with-timer bongo-mpv-initialization-period
0.1
1
'bongo-mpv-player-tick
player)))
(bongo-player-put player 'timer timer)))
Expand Down