Added Emoji support + Fix bugs

This commit is contained in:
ixlammm 2023-06-09 23:47:35 +01:00
parent 936999a1e2
commit eee064e630
3 changed files with 14 additions and 14 deletions

View File

@ -1,4 +1,4 @@
version = '1.7.0'
version = '1.7.2'
revision = ''
milestone = 'Yoitsu'
release_number = '107'

View File

@ -460,7 +460,7 @@ class VlcPlayer(BasePlayer):
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")
if not os.path.exists(copyTo):
#if not os.path.exists(copyTo):
copyForm = utils.findResourcePath("libsyncplay_chat_plugin.dll")
self.__playerController._client.ui.showDebugMessage("Copying VLC Syncplay Chat Plugin from '{}' to '{}'".format(copyForm, copyTo))
import ctypes