[vlc-commits] Revert "VLSub: Reorder LogIn parameters"

Hugo Beauzée-Luyssen git at videolan.org
Tue Apr 21 12:12:32 CEST 2020


vlc/vlc-3.0 | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Tue Apr 21 11:15:38 2020 +0200| [779b95f68dbb484da7c77b816fc90c87a11d5646] | committer: Hugo Beauzée-Luyssen

Revert "VLSub: Reorder LogIn parameters"

This reverts commit 64b59282a6fdc8afe5d17086a5abbf8906d8e8e9.
This was working by accident, the language was interpreted as
user-agent and was accepted, only when english was used.

> http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=779b95f68dbb484da7c77b816fc90c87a11d5646
---

 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 e3ca9417ad..7580387ac9 100644
--- a/share/lua/extensions/VLSub.lua
+++ b/share/lua/extensions/VLSub.lua
@@ -1113,8 +1113,8 @@ openSub = {
         return {
           { value={ string=openSub.option.os_username } },
           { value={ string=openSub.option.os_password } },
-          { value={ string=openSub.conf.useragent } },
           { value={ string=openSub.movie.sublanguageid } },
+          { value={ string=openSub.conf.useragent } }
         }
       end,
       callback = function(resp)



More information about the vlc-commits mailing list