111-create-playlist-database-tables #137
Reference in New Issue
Block a user
No description provided.
Delete Branch "111-create-playlist-database-tables"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR resolves #111.
I should have warned you about this before, but unfortunately the time crate doesn't have full functionality on WASM, so I had to switch to using chronos and this involves changing some of the time/data datatypes in models. What we'll need to do here is merge my branch
134-fix-time-not-implemented-on-wasm
into this one and change the types inmodels.rs
a bit. I can do this or you can if you want.