@@ -129,15 +129,18 @@ def tab_all_releases(self, releases_data):
129
129
def tab_stats (
130
130
self , releases_total , releases_matched ,
131
131
tracks_total , tracks_matched ,
132
- releases_collection_flag , releases_collection_online ,
132
+ collection_items_discobase , collection_items_discogs ,
133
+ sales_listings_discobase , sales_listings_discogs ,
133
134
mixtracks_total , mixtracks_unique ,
134
135
tracks_key_brainz , tracks_key_manual ,
135
136
tracks_bpm_brainz , tracks_bpm_manual
136
137
):
137
138
stats = [
138
139
['Releases in DiscoBASE' , releases_total ],
139
- ['Releases in Collection (DB flag)' , releases_collection_flag ],
140
- ['Releases in Collection (Discogs)' , releases_collection_online ],
140
+ ['Collection items (DiscoBASE)' , collection_items_discobase ],
141
+ ['Collection items (Discogs)' , collection_items_discogs ],
142
+ ['Sales listings (DiscoBASE)' , sales_listings_discobase ],
143
+ ['Sales listings (Discogs)' , sales_listings_discogs ],
141
144
['Releases matched with *Brainz' , releases_matched ],
142
145
['Tracks in DiscoBASE' , tracks_total ],
143
146
['Tracks matched with *Brainz' , tracks_matched ],
0 commit comments