ytdl_hook: update obsolete warning about retrying URL if failed

This commit is contained in:
Ricardo Constantino 2018-01-04 20:35:43 +00:00
parent a9a4d6349a
commit cf411a9489
No known key found for this signature in database
GPG Key ID: EFD16019AE4FF531
1 changed files with 1 additions and 1 deletions

View File

@ -366,7 +366,7 @@ mp.add_hook("on_load_fail", 10, function ()
if (es < 0) or (json == nil) or (json == "") then
if not result.killed_by_us then
msg.warn("youtube-dl failed, trying to play URL directly ...")
msg.error("youtube-dl failed")
end
return
end