fix typo in error message (#323)

This commit is contained in:
ChiyoOsaka 2020-06-10 23:13:06 +01:00 committed by GitHub
parent 9484e1042f
commit 7c9bd596b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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