Fix variable name for upnext

This commit is contained in:
Matt
2023-01-16 16:24:28 -05:00
parent b178f785de
commit 381ecb95a9

View File

@@ -87,7 +87,7 @@ def send_event_notification(method, data=None, hexlify=False):
if hexlify:
# Used exclusively for the upnext plugin
data = ensure_text(binascii.hexlify(ensure_binary(data_str)))
data_str = ensure_text(binascii.hexlify(ensure_binary(data_str)))
sender = 'plugin.video.jellycon'
data = '"[{}]"'.format(data_str.replace('"', '\\"'))