[vlc-commits] VLSub: Signal extraction failure to the user
    Hugo Beauzée-Luyssen 
    git at videolan.org
       
    Thu Apr 12 13:01:06 CEST 2018
    
    
  
vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Apr  3 16:54:01 2018 +0200| [16a657d0f49f80ddd4c9f75b87a5218bcf20b7bf] | committer: Hugo Beauzée-Luyssen
VLSub: Signal extraction failure to the user
(cherry picked from commit 8c3035d2d964da321370fda3efc7d40436b67d4f)
Signed-off-by: Hugo Beauzée-Luyssen <hugo at beauzee.fr>
> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=16a657d0f49f80ddd4c9f75b87a5218bcf20b7bf
---
 share/lua/extensions/VLSub.lua | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/lua/extensions/VLSub.lua b/share/lua/extensions/VLSub.lua
index 3a18feae01..2f7b4091a2 100644
--- a/share/lua/extensions/VLSub.lua
+++ b/share/lua/extensions/VLSub.lua
@@ -1740,7 +1740,7 @@ function download_subtitles()
   local subtitleMrl = find_subtitle_in_archive(tmpFileName, item.SubFormat)
 
   if not subtitleMrl then
-    vlc.msg.err( lang['mess_not_load'] )
+    setMessage( lang['mess_not_load'] )
     return false
   end
 
    
    
More information about the vlc-commits
mailing list