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

Configure Feed

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

fix: increase virtual scroll buffer

i think 32 is probably a good balance where it isnt noticeable and good enough for performance

intergrav 3c71d6a4 1664d5ec

+1 -1
+1 -1
src/js/virtual-scroll.js
··· 9 9 tbody, 10 10 itemCount, 11 11 createRow, 12 - { buffer = 8, onScroll } = {}, 12 + { buffer = 32, onScroll } = {}, 13 13 ) { 14 14 Object.assign(this, { 15 15 container,