remove listen to yt playing state

This commit is contained in:
wryk 2020-02-22 05:13:10 +01:00
parent 644d01d067
commit a38cae27a1
1 changed files with 0 additions and 8 deletions

View File

@ -86,14 +86,6 @@
break
case STATE.PLAYING:
paused = false
break
case STATE.PAUSED:
paused = true
break
case STATE.ENDED:
ended = true
break