Nitro Fetch Axios Adapter, Artist Page Additions (#866)

* artist page tweaks, incorporate nitro fetch axios adapter for networking requests

* fix pr otas

* queue and playlist fixes

* media info query staletime adjustments
This commit is contained in:
Violet Caulfield
2025-12-23 10:24:56 -06:00
committed by GitHub
parent 22794ff528
commit 328007e6ce
30 changed files with 305 additions and 400 deletions

View File

@@ -13,6 +13,8 @@ jobs:
steps:
- name: 🛒 Checkout
uses: actions/checkout@v6
with:
token: ${{ secrets.SIGNING_REPO_PAT }}
- name: 🖥 Setup Bun
uses: oven-sh/setup-bun@v2
@@ -29,3 +31,6 @@ jobs:
- name: 🤖 Publish Update
run: bun run sendOTA:PR ${{ github.event.pull_request.number }}
env:
SIGNING_REPO_PAT: ${{ secrets.SIGNING_REPO_PAT }}