8 Commits

Author SHA1 Message Date
575bf35e7f fix the repeat requests for the same URL 2025-06-25 17:13:46 -07:00
89c26b2fd1 Changed up redundant code, and fixed the pause bug
The issue with the 5 min pause bug was that the pause function was not properly resetting the state of the artwork, So it would say its not playing, while showing the artwork as if it was playing.

And the redundant code was just a few lines that were repeated in multiple places, so I consolidated them into a single function to improve maintainability.

Who made Javascript? Why is it so hard. 😭
2025-06-23 13:57:41 -07:00
4d267d2568 Changed default artwork handling, and added some more functions to make my life better 2025-06-22 21:41:26 -07:00
acd2b7c244 missed a NOTHING_PLAYING_ARTWORK_BASE64 function, and removed some stuff from artworkep that wasnt needed 2025-06-22 13:34:59 -07:00
65b5dfd6f1 make the placeholder artwork a function 2025-06-22 12:51:41 -07:00
4ccf5edd2e Changed how the artwork gets sent to the API, this is done by sending it separately, so now we have 2 endpoints, its not the best but, it works for now :) 2025-06-21 22:53:47 -07:00
45a942b63e added artwork image caching and fixed some bugs 2025-06-21 18:46:30 -07:00
710cafefa7 initial commit 2025-06-21 18:01:38 -07:00