[vlc-devel] [PATCH 1/3] VLSub: Correct VLSub version in User-Agent and Window title
Rémi Denis-Courmont
remi at remlab.net
Fri Feb 16 18:20:07 CET 2018
Le 16 février 2018 17:25:13 GMT+01:00, Marvin Scholz <epirat07 at gmail.com> a écrit :
>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.
>---
> 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
>--
>2.14.3 (Apple Git-98)
>
>_______________________________________________
>vlc-devel mailing list
>To unsubscribe or modify your subscription options:
>https://mailman.videolan.org/listinfo/vlc-devel
No objections to either of the 3 patches. I assume we keep on with our fork for now.
--
Remi Denis-Courmont
More information about the vlc-devel
mailing list