[music] Reorganize importer and fix lookups
This commit is contained in:
@ -132,7 +132,6 @@ def jellyfin_scrobble_media(
|
||||
run_time_seconds=convert_to_seconds(
|
||||
post_data.get("RunTime", 900000)
|
||||
),
|
||||
musicbrainz_id=post_data.get("Provider_musicbrainztrack", ""),
|
||||
)
|
||||
# A hack because we don't worry about updating music ... we either finish it or we don't
|
||||
playback_position_seconds = 0
|
||||
|
||||
Reference in New Issue
Block a user