CappielloAntonio / tempo

An open source and lightweight music client for Subsonic, designed and built natively for Android.
GNU General Public License v3.0
1.06k stars 49 forks source link

#43: Remove playback limiting #44

Closed dnno closed 1 year ago

dnno commented 1 year ago

Removing playback limit to address #43.

Is there a reason to limit in another usecase?

CappielloAntonio commented 1 year ago

Yes, the limit has been imposed so as not to have more than a certain number of items to manage, render, and thus reduce the calls to the backend. It benefits the fluidity and responsiveness.