[scrobbles] Add same change to mopidy (album_id)
Some checks failed
build & deploy / deploy (push) Has been cancelled
build & deploy / test (push) Has been cancelled

This commit is contained in:
2026-03-11 16:08:31 -04:00
parent 88a8b8320c
commit d38e960897
2 changed files with 39 additions and 1 deletions

View File

@ -86,8 +86,8 @@ def mopidy_scrobble_media(post_data: dict, user_id: int) -> Scrobble:
try:
log = {
"mopidy_source": post_data.get("mopidy_uri", "").split(":")[0],
"album_id": media_obj.album_id,
"raw_data": post_data,
"album": post_data.get("album", ""),
}
except IndexError:
pass