[scrobbles] fixing saving mood with logdata
All checks were successful
build & deploy / test (push) Successful in 1m51s
build & deploy / build-and-deploy (push) Successful in 47s

This commit is contained in:
2026-05-19 17:27:45 -04:00
parent cc0f7db453
commit d69bc6c235

View File

@ -958,6 +958,9 @@ class ScrobbleDetailView(DetailView):
if data.get("with_people_ids") is not None:
data["with_people_ids"] = [p.id for p in data["with_people_ids"]]
if data.get("mood_reason_ids") is not None:
data["mood_reason_ids"] = [r.id for r in data["mood_reason_ids"]]
if data.get("platform_id", False):
data["platform_id"] = data["platform_id"].id