Upver to syncplay.lua 0.3.4 (#161)
This commit is contained in:
parent
e0842266bc
commit
f36b176002
@ -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)
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
version = '1.5.0'
|
||||
milestone = 'Yoitsu'
|
||||
release_number = '48'
|
||||
release_number = '49'
|
||||
projectURL = 'http://syncplay.pl/'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user