remove package.lock, make lint happy

This commit is contained in:
Kendall Garner
2026-03-06 21:04:51 -08:00
parent 0bb6fea3db
commit 49c28299af
2 changed files with 1 additions and 18181 deletions
@@ -13,7 +13,7 @@ export const useAutosave = () => {
const { mutate: savePlayQueue } = useSaveQueue();
useEffect(() => {
if (enabled && server && server.type !== ServerType.JELLYFIN) {
if (enabled && server?.type && server.type !== ServerType.JELLYFIN) {
if (currentSong?._uniqueId !== priorSongId.current) {
if (songCount.current === count) {
savePlayQueue();