Fix denonavr netaudio telnet event (#97159)

This commit is contained in:
Oliver 2023-07-24 19:41:41 +02:00 committed by GitHub
parent fe66c3414b
commit 0d79903f90
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -256,7 +256,7 @@ class DenonDevice(MediaPlayerEntity):
return
# Some updates trigger multiple events like one for artist and one for title for one change
# We skip every event except the last one
if event == "NS" and not parameter.startswith("E4"):
if event == "NSE" and not parameter.startswith("4"):
return
if event == "TA" and not parameter.startwith("ANNAME"):
return