mirror of
https://github.com/trafficlunar/jellyfin-spicetify.git
synced 2026-06-13 19:07:06 +00:00
feat: initial commit
This commit is contained in:
commit
8c98c2624b
10 changed files with 4153 additions and 0 deletions
10
src/app.tsx
Normal file
10
src/app.tsx
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
async function main() {
|
||||
while (!Spicetify?.showNotification) {
|
||||
await new Promise((resolve) => setTimeout(resolve, 100));
|
||||
}
|
||||
|
||||
// Show message on start.
|
||||
Spicetify.showNotification("Hello!");
|
||||
}
|
||||
|
||||
export default main;
|
||||
Loading…
Add table
Add a link
Reference in a new issue