mopidy / mopidy-local-sqlite

DEPRECATED (Mopidy SQLite local library extension)
https://mopidy.com
Apache License 2.0
30 stars 10 forks source link

Fix #58: Deprecate search_limit config value. #70

Closed tkem closed 9 years ago

tkem commented 9 years ago

This was originally a workaround for the mopidy.local.Library.search() limit argument being set to 100, which had negative side effects on MPD's list commands. Now that list is implemented using get_distinct(), this is no longer an issue, and the workaround can be removed.