swingmx / swingmusic

Swing Music is a beautiful, self-hosted music player for your local audio files. Like a cooler Spotify ... but bring your own music.
https://swingmx.com
MIT License
731 stars 41 forks source link

Save Track and Album objects to the db #34

Closed cwilvx closed 2 years ago

cwilvx commented 2 years ago

Instead of creating albums on server launch, fetch and create tracks and albums using the objects from the database. This should reduce the server startup time by a lot.

cwilvx commented 2 years ago

Fixed by #37