* Added endpoint - no code - for updating the song from the queue
* Added endpoint to update song from queue
* Endpoint is now available
* Fixed endoint uri
* Added tempfile crate for tests
* Test is working
* Test is operational
* Code formatting
* Code cleanup
* Added endpoint
* Endpoint is now accessible
* Moved request to its own function in tests
* Added test, but running into issues
* Fixing code causing test to fail
* Code formatting
* Changes to status definition
* Added endpoint to update song_queue status
* endpoint return fix
* Endpoint now available
* Added test
* Code formatting
* Clippy warning fix
* Added initial code to link coverart id and song queue id
* Added more functionality
* Preparing test
* Finished test
* Cleanup
* Code formatting
* Clippy warning fix
* Added time crate
* Added endpoint to get metadata
* Formatting
* Added more code to get metadata
Having issues returning response
* Formatting
* Migration change
* Fix date issue
* Got it somewhat working
* Got things working
* Code fix
* Added test
* Formatting
* Test works
* Cleanup
* Migrations cleanup
* Added code to fetch next queue item
* Updated README
* Give it a go
* Minor docker compose change
* Added docker-compose defaults
* Code refactor
* Removed data from being fetched
* Added test
* Formatting