a simple web player for subsonic tinysub.devins.page
subsonic navidrome javascript
9
fork

Configure Feed

Select the types of activity you want to include in your feed.

chore: remove wispctl

+1 -14
+1 -2
package.json
··· 2 2 "name": "tinysub", 3 3 "version": "1.0.0", 4 4 "dependencies": { 5 - "prettier": "^3.8.1", 6 - "wispctl": "^1.0.10" 5 + "prettier": "^3.8.1" 7 6 }, 8 7 "prettier": { 9 8 "useTabs": true
-12
pnpm-lock.yaml
··· 10 10 prettier: 11 11 specifier: ^3.8.1 12 12 version: 3.8.1 13 - wispctl: 14 - specifier: ^1.0.10 15 - version: 1.0.10 16 13 17 14 packages: 18 15 prettier@3.8.1: ··· 23 20 engines: { node: ">=14" } 24 21 hasBin: true 25 22 26 - wispctl@1.0.10: 27 - resolution: 28 - { 29 - integrity: sha512-yn8yBU/9qMU252Vf8n97a26k0BPsMDqoTrUm4hOLHD8QJ6z9HheuZJtlqeNuMbY9L8NBCZw7vf4xRGjt0xDt4w==, 30 - } 31 - hasBin: true 32 - 33 23 snapshots: 34 24 prettier@3.8.1: {} 35 - 36 - wispctl@1.0.10: {}