mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
show recently added items based on by sorting all tracks
.ie. will still show recent items even if they are 3 months old (is this good or bad?)
This commit is contained in:
+1
-1
@@ -153,7 +153,7 @@ class Populate:
|
||||
tagged_count = 0
|
||||
|
||||
fav_tracks = favdb.get_fav_tracks()
|
||||
fav_tracks = "-".join([t[1] for t in fav_tracks])
|
||||
fav_tracks = set(t[1] for t in fav_tracks)
|
||||
|
||||
for file in tqdm(untagged, desc="Reading files"):
|
||||
if POPULATE_KEY != key:
|
||||
|
||||
Reference in New Issue
Block a user