diff --git a/PROJECT.org b/PROJECT.org index ec83cdd..699bcd6 100644 --- a/PROJECT.org +++ b/PROJECT.org @@ -88,7 +88,7 @@ fetching and simple saving. *** Metadata sources **** Scraper -* Backlog [0/22] :vrobbler:project:personal: +* Backlog [1/23] :vrobbler:project:personal: ** TODO [#C] Create small utility to clean up tracks scrobbled with wonky playback times :bug:music:scrobbles: :PROPERTIES: :ID: 702462cf-d54b-48c6-8a7c-78b8de751deb @@ -604,6 +604,10 @@ independent of the email flow it was originally creatdd for ** TODO [#B] Is there way to create unique slugs for media instances :media_types: +** DONE [#A] Fix bug in importer script from discgolf being added :bug: +:PROPERTIES: +:ID: c3733f96-18f1-eef8-f5d9-edaf97e35623 +:END: * Version 56.2 [1/1] ** DONE [#A] Fix bug in creating people when importing course plays :discgolf:bug: :PROPERTIES: diff --git a/vrobbler/apps/scrobbles/importers/webdav.py b/vrobbler/apps/scrobbles/importers/webdav.py index b0640de..e96c098 100644 --- a/vrobbler/apps/scrobbles/importers/webdav.py +++ b/vrobbler/apps/scrobbles/importers/webdav.py @@ -93,6 +93,7 @@ def import_from_webdav_for_all_users( bgstats_count, ebird_count, scale_count, + udisc_count, extra={ "koreader": ko_count, "trail_gpx": gpx_count,