Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
appease the linter
Browse files Browse the repository at this point in the history
ksyasuda committed Sep 6, 2024

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
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
@@ -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)

0 comments on commit b544ca8

Please sign in to comment.