mirror of
https://github.com/lidarr/Lidarr
synced 2024-12-21 23:32:27 +00:00
Update LoadingMessage.js
Adding a few lines of loading messages
This commit is contained in:
parent
a3b78aacdc
commit
d7f796c49d
1 changed files with 6 additions and 1 deletions
|
@ -19,7 +19,12 @@ const messages = [
|
|||
'I\'ll be here all week',
|
||||
'Don\'t forget to tip your waitress',
|
||||
'Apply directly to the forehead',
|
||||
'Loading Battlestation'
|
||||
'Loading Battlestation',
|
||||
'Adding more cowbell…',
|
||||
'Loading… feel the rhythm!',
|
||||
'Spinning the vinyl…',
|
||||
'Syncing with the beat…',
|
||||
'Preparing the setlist…'
|
||||
];
|
||||
|
||||
let message = null;
|
||||
|
|
Loading…
Reference in a new issue