fix typo in error message

This commit is contained in:
ChiyoOsaka 2020-06-09 18:36:23 +01:00
parent 9484e1042f
commit e10c3ee49c

View File

@ -667,7 +667,7 @@ class MpvPlayer(BasePlayer):
self.sendQueue.remove(self.sendQueue[itemID])
except UnicodeWarning:
self.__playerController._client.ui.showDebugMessage(
"<mpv> Unicode mismatch occured when trying to remove duplicate")
"<mpv> Unicode mismatch occurred when trying to remove duplicate")
# TODO: Prevent this from being triggered
pass
break