LibriVox / librivox-catalog

LibriVox catalog and reader workflow application
https://librivox.org
MIT License
36 stars 17 forks source link

Simplify DB migration controller #214

Closed notartom closed 3 months ago

notartom commented 3 months ago

current() actually updates the DB, there's no need to call current() to get the version, and then to call version(). Just call current() directly.