SecondaryOSD is now OSDType

This commit is contained in:
Etoh 2022-12-29 09:57:05 +00:00 committed by GitHub
parent c02e692000
commit 0c8c865def
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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()