From 80a1f2e5465f375bd929cc2d38a498bca855a617 Mon Sep 17 00:00:00 2001 From: Etoh Date: Sun, 14 Aug 2016 20:18:51 +0100 Subject: [PATCH] Upver syncplay.lua to 0.3.1 (VLC3.0 compatability) --- resources/lua/intf/syncplay.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/lua/intf/syncplay.lua b/resources/lua/intf/syncplay.lua index c8d8673..095fc69 100644 --- a/resources/lua/intf/syncplay.lua +++ b/resources/lua/intf/syncplay.lua @@ -3,9 +3,9 @@ --[==========================================================================[ Principal author: Etoh - Other contributors: DerGenaue, jb + Other contributors: DerGenaue, jb, Pilotat Project: http://syncplay.pl/ - Version: 0.3.0 + Version: 0.3.1 Note: * This interface module is intended to be used in conjunction with Syncplay. @@ -84,7 +84,7 @@ You may also need to re-copy the syncplay.lua file when you update VLC. --]==========================================================================] -local connectorversion = "0.3.0" +local connectorversion = "0.3.1" 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) @@ -620,4 +620,4 @@ while running == true do end -end \ No newline at end of file +end