mirror of https://github.com/Syncplay/syncplay
SecondaryOSD is now OSDType
This commit is contained in:
parent
c02e692000
commit
0c8c865def
|
@ -15,7 +15,7 @@ class BasePlayer(object):
|
|||
Display given message on player's OSD or similar means
|
||||
'''
|
||||
def displayMessage(
|
||||
self, message, duration=(constants.OSD_DURATION*1000), secondaryOSD=False, mood=constants.MESSAGE_NEUTRAL
|
||||
self, message, duration=(constants.OSD_DURATION*1000), OSDType=constants.OSD_NOTIFICATION, mood=constants.MESSAGE_NEUTRAL
|
||||
):
|
||||
raise NotImplementedError()
|
||||
|
||||
|
|
Loading…
Reference in New Issue