additional nav bar items, lyricsearch.jsx changes/cleanup + bugfix for autocomplete scrolling & change to primereact theme (bootstrap4-dark-blue)
This commit is contained in:
@ -62,6 +62,7 @@ initialize = () => {
|
||||
// server issue/not playing
|
||||
return fail("hard");
|
||||
}
|
||||
canPlay = true;
|
||||
if (currentUUID == data.uuid) {
|
||||
currentTime = data.elapsed;
|
||||
currentDuration = data.duration;
|
||||
@ -72,7 +73,6 @@ initialize = () => {
|
||||
author_text = data.artist;
|
||||
$(author).text(author_text);
|
||||
if (data.genre && data.genre !== "N/A") {
|
||||
canPlay = true;
|
||||
$(genre).text(data.genre);
|
||||
if (! $(genre).is(':visible')) {
|
||||
$(genre).show();
|
||||
|
Reference in New Issue
Block a user