aMytho / osse

A music server backend written in Rust (WIP)
GNU Affero General Public License v3.0
0 stars 0 forks source link

Add Favorite Tracks #19

Open aMytho opened 2 months ago

aMytho commented 2 months ago

We should add a table that stores favorite tracks. This will be very simple, it just stores the track id.

Add routes for this functionality.

aMytho commented 2 months ago

The commit that says we added this was incorrect, it actually added track numbers. This still needs done.