messagesmusic: Fix loading message UI
parent
4d48b8c05b
commit
f75cfa573e
|
|
@ -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.03: Use the new messages library
|
||||
0.04: Fix dependency on messages library
|
||||
Fix loading message UI
|
||||
|
|
@ -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}));
|
||||
|
|
|
|||
Loading…
Reference in New Issue