Add alertOSDSupport setting to MPC-**

This commit is contained in:
Etoh 2017-12-28 15:33:25 +00:00
parent 4a467faff0
commit df163cd8a1

View File

@ -309,6 +309,7 @@ class MPCHCAPIPlayer(BasePlayer):
alertOSDSupported = False
customOpenDialog = False
chatOSDSupported = False
alertOSDSupported = False
osdMessageSeparator = "; "
def __init__(self, client):