appease the linter

This commit is contained in:
sudacode 2024-09-05 23:25:24 -07:00
parent 0bcc7334cb
commit b544ca8d6f

View File

@ -226,7 +226,7 @@ function YouTubeQueue._add_to_history_db(v)
playback_only = false, playback_only = false,
capture_stdout = true, capture_stdout = true,
args = command args = command
}, function(success, result, err) }, function(success, _, err)
if not success then if not success then
print_osd_message("Failed to send video data to backend: " .. err, print_osd_message("Failed to send video data to backend: " .. err,
MSG_DURATION, style.error) MSG_DURATION, style.error)