Add long-titled album shortcut to test side-scrolling
This commit is contained in:
parent
d188c25e6e
commit
85c7c4fd9f
1 changed files with 2 additions and 0 deletions
|
|
@ -106,6 +106,8 @@ function App() {
|
|||
lookupBarcode("015775150522"); // Crime of the Century; not owned
|
||||
} else if (ev.key === "F3") {
|
||||
lookupBarcode("mbid:439e9e8e-931a-431f-8ed0-ef00303bbad0"); // Feinberg's Well-Tempered Clavier (long!)
|
||||
} else if (ev.key === "F4") {
|
||||
lookupBarcode("mbid:d2b11318-03cc-4bdc-8667-e39ef020f0f2"); // Connie Evingson, long title
|
||||
} else if (ev.key === "Enter") {
|
||||
const code = buffer.join("").trim();
|
||||
setBuffer([]); // Reset the buffer
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue