Skip to content

Commit

Permalink
appease the linter
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyasuda committed Sep 6, 2024
1 parent 0bcc733 commit b544ca8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mpv-youtube-queue.lua
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit b544ca8

Please sign in to comment.