mirror of
https://github.com/ksyasuda/mpv-youtube-queue.git
synced 2024-10-28 04:44:11 -07:00
appease the linter
This commit is contained in:
parent
0bcc7334cb
commit
b544ca8d6f
@ -226,7 +226,7 @@ function YouTubeQueue._add_to_history_db(v)
|
||||
playback_only = false,
|
||||
capture_stdout = true,
|
||||
args = command
|
||||
}, function(success, result, err)
|
||||
}, function(success, _, err)
|
||||
if not success then
|
||||
print_osd_message("Failed to send video data to backend: " .. err,
|
||||
MSG_DURATION, style.error)
|
||||
|
Loading…
Reference in New Issue
Block a user