mirror of
https://github.com/idanoo/GoScrobble.git
synced 2024-11-22 16:35:14 +00:00
Daniel Mason
5fd9d41069
- Jellyfin scrobble working - Returns scrobbles via API for authed users /api/v1/user/{uuid}/scrobble - Add redis handler + funcs - Move middleware to pass in uuid as needed
11 lines
269 B
Markdown
11 lines
269 B
Markdown
# 0.0.2
|
|
- Login flow working..
|
|
- Jellyfin scrobble working
|
|
- Returns scrobbles via API for authed users /api/v1/user/{uuid}/scrobble
|
|
- Add redis handler + funcs
|
|
- Move middleware to pass in uuid as needed
|
|
|
|
# 0.0.1
|
|
- Initial commit
|
|
- Added basic registration/login flow
|