Upver to syncplay.lua 0.3.4 (#161)

This commit is contained in:
Etoh 2017-12-09 10:58:54 +00:00
parent e0842266bc
commit f36b176002
2 changed files with 2 additions and 2 deletions

View File

@ -84,7 +84,7 @@ You may also need to re-copy the syncplay.lua file when you update VLC.
--]==========================================================================]
local connectorversion = "0.3.3"
local connectorversion = "0.3.4"
local vlcversion = vlc.misc.version()
local vlcmajorversion = tonumber(vlcversion:sub(1,1)) -- get the major version of VLC
local durationdelay = 500000 -- Pause for get_duration command etc for increased reliability (uses microseconds)

View File

@ -1,4 +1,4 @@
version = '1.5.0'
milestone = 'Yoitsu'
release_number = '48'
release_number = '49'
projectURL = 'http://syncplay.pl/'