mopidy / mopidy-local-sqlite

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

Change max-age to use milliseconds for Mopidy v0.20 #54

Closed tkem closed 9 years ago

tkem commented 9 years ago

See mopidy/mopidy#678.

Probably it's just the browse URIs in the config that need to be changed.

This also means that Mopidy-Local-SQLite must require Mopidy >= 0.20.

tkem commented 9 years ago

Actually better to adapt the schema filter, due to strftime('%s', 'now'). Needs rescan after upgrade.