Added Emoji support + Fix bugs
This commit is contained in:
parent
936999a1e2
commit
eee064e630
@ -1,4 +1,4 @@
|
|||||||
version = '1.7.0'
|
version = '1.7.2'
|
||||||
revision = ''
|
revision = ''
|
||||||
milestone = 'Yoitsu'
|
milestone = 'Yoitsu'
|
||||||
release_number = '107'
|
release_number = '107'
|
||||||
|
|||||||
@ -460,7 +460,7 @@ class VlcPlayer(BasePlayer):
|
|||||||
self.__playerController.vlcIntfUserPath = os.path.join(os.getenv('APPDATA', '.'), "VLC\\lua\\intf\\")
|
self.__playerController.vlcIntfUserPath = os.path.join(os.getenv('APPDATA', '.'), "VLC\\lua\\intf\\")
|
||||||
|
|
||||||
copyTo = os.path.join(os.path.dirname(playerPath) + "\\plugins\\control\\", "libsyncplay_chat_plugin.dll")
|
copyTo = os.path.join(os.path.dirname(playerPath) + "\\plugins\\control\\", "libsyncplay_chat_plugin.dll")
|
||||||
if not os.path.exists(copyTo):
|
#if not os.path.exists(copyTo):
|
||||||
copyForm = utils.findResourcePath("libsyncplay_chat_plugin.dll")
|
copyForm = utils.findResourcePath("libsyncplay_chat_plugin.dll")
|
||||||
self.__playerController._client.ui.showDebugMessage("Copying VLC Syncplay Chat Plugin from '{}' to '{}'".format(copyForm, copyTo))
|
self.__playerController._client.ui.showDebugMessage("Copying VLC Syncplay Chat Plugin from '{}' to '{}'".format(copyForm, copyTo))
|
||||||
import ctypes
|
import ctypes
|
||||||
|
|||||||
Binary file not shown.
Loading…
x
Reference in New Issue
Block a user