Skip to content

Commit

Permalink
Update vlsub.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
exebetche authored Dec 19, 2016
1 parent eb81106 commit 6d8d6f6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vlsub.lua
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ local input_table = {} -- General widget id reference
local select_conf = {} -- Drop down widget / option table association

local app_name = "VLsub";
local app_version = "0.10.0";
local app_version = "0.10.1";
local app_useragent = app_name.." "..app_version;

--[[ VLC extension stuff ]]--
Expand Down Expand Up @@ -1166,7 +1166,7 @@ openSub = {
conf = {
url = "http://api.opensubtitles.org/xml-rpc",
path = nil,
HTTPVersion = "1.1",
HTTPVersion = "1.0",
userAgentHTTP = app_useragent,
useragent = app_useragent,
translations_avail = {},
Expand Down

0 comments on commit 6d8d6f6

Please sign in to comment.