messagesmusic: Fix loading message UI

master
Richard de Boer 2022-11-28 22:38:16 +01:00
parent 4d48b8c05b
commit f75cfa573e
No known key found for this signature in database
2 changed files with 3 additions and 2 deletions

View File

@ -2,3 +2,4 @@
0.02: Remove one line of code that didn't do anything other than in some instances hinder the function of the app. 0.02: Remove one line of code that didn't do anything other than in some instances hinder the function of the app.
0.03: Use the new messages library 0.03: Use the new messages library
0.04: Fix dependency on messages library 0.04: Fix dependency on messages library
Fix loading message UI

View File

@ -1 +1 @@
require('messages').openGUI({"t":"add","artist":" ","album":" ","track":" ","dur":0,"c":-1,"n":-1,"id":"music","title":"Music","state":"play","new":true}); setTimeout(()=>require('messages').openGUI({"t":"add","artist":" ","album":" ","track":" ","dur":0,"c":-1,"n":-1,"id":"music","title":"Music","state":"play","new":true}));