Skip to content

Commit

Permalink
putting lyrics state in a group
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerBOSS2019 committed Jun 17, 2022
1 parent d199987 commit 039d349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TouchPortalYTMusic/TPYTMD.py
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@ def onConnect(data):
#print(lyricsRange)
print(list(range(int(lyricsRange[0]), int(lyricsRange[1]))))
for x in range(int(lyricsRange[0]), int(lyricsRange[1])):
TPClient.createState("KillerBOSS.TP.Plugin.YTMD.States.ScrollLyrics.Line"+str(x), "Scrolling Lyrics Show line "+str(x), "")
TPClient.createState("KillerBOSS.TP.Plugin.YTMD.States.ScrollLyrics.Line"+str(x), "Scrolling Lyrics Show line "+str(x), "", "Lyrics line")
lyricsStatesList.append("KillerBOSS.TP.Plugin.YTMD.States.ScrollLyrics.Line"+str(x))
print("Trying to Connect to", YTMD_server+":9863/query", "With passcode:", LoginPass)
threading.Thread(target=stateUpdate).start()
Expand Down

0 comments on commit 039d349

Please sign in to comment.