mirror of
https://github.com/lidarr/Lidarr
synced 2025-01-03 05:25:10 +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',
|
'I\'ll be here all week',
|
||||||
'Don\'t forget to tip your waitress',
|
'Don\'t forget to tip your waitress',
|
||||||
'Apply directly to the forehead',
|
'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;
|
let message = null;
|
||||||
|
|
Loading…
Reference in a new issue