[scrobbles] Add same change to mopidy (album_id)
This commit is contained in:
@ -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
|
||||
|
||||
Reference in New Issue
Block a user