[vlc-commits] VLSub: Correct VLSub version in User-Agent and Window title

2018-04-12 Thread Marvin Scholz
vlc/vlc-3.0 | branch: master | Marvin Scholz  | Fri Feb 16 
17:25:13 2018 +0100| [df9962b0a494a14029f7c9f1d04afe3c2653b535] | committer: 
Hugo Beauzée-Luyssen

VLSub: Correct VLSub version in User-Agent and Window title

The VLSub user agent was still at 0.9, which would be confusing as the
Window title indicates the this string, showing VLSub 0.9 even though
this is VLSub 0.10.0.

(cherry picked from commit 2610c4fb26385397731f740095f47a159b4ebbe2)
Signed-off-by: Hugo Beauzée-Luyssen 

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

 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 09742bbeb6..92e70f4a9c 100644
--- a/share/lua/extensions/VLSub.lua
+++ b/share/lua/extensions/VLSub.lua
@@ -1004,7 +1004,7 @@ openSub = {
 url = "http://api.opensubtitles.org/xml-rpc;,
 path = nil,
 userAgentHTTP = "VLSub",
-useragent = "VLSub 0.9",
+useragent = "VLSub 0.10.0",
 translations_avail = {},
 downloadBehaviours = nil,
 languages = languages

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits


[vlc-commits] VLSub: Correct VLSub version in User-Agent and Window title

2018-02-21 Thread Marvin Scholz
vlc | branch: master | Marvin Scholz  | Fri Feb 16 17:25:13 
2018 +0100| [2610c4fb26385397731f740095f47a159b4ebbe2] | committer: Marvin 
Scholz

VLSub: Correct VLSub version in User-Agent and Window title

The VLSub user agent was still at 0.9, which would be confusing as the
Window title indicates the this string, showing VLSub 0.9 even though
this is VLSub 0.10.0.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=2610c4fb26385397731f740095f47a159b4ebbe2
---

 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 e54f3273d2..2a5b708043 100644
--- a/share/lua/extensions/VLSub.lua
+++ b/share/lua/extensions/VLSub.lua
@@ -1155,7 +1155,7 @@ openSub = {
 url = "http://api.opensubtitles.org/xml-rpc;,
 path = nil,
 userAgentHTTP = "VLSub",
-useragent = "VLSub 0.9",
+useragent = "VLSub 0.10.0",
 translations_avail = {},
 downloadBehaviours = nil,
 languages = languages

___
vlc-commits mailing list
vlc-commits@videolan.org
https://mailman.videolan.org/listinfo/vlc-commits