fix: fuzzy search tracks

This commit is contained in:
trafficlunar 2026-03-12 22:15:26 +00:00
parent 6196e95e30
commit f8664bfea8
4 changed files with 45 additions and 21 deletions

View file

@ -17,6 +17,7 @@
"esbuild-css-modules-plugin": "^3.1.5"
},
"dependencies": {
"@jellyfin/sdk": "^0.13.0"
"@jellyfin/sdk": "^0.13.0",
"fuse.js": "^7.1.0"
}
}