mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
add help text to recently played
+ read app version from the env
This commit is contained in:
@@ -176,7 +176,6 @@ def get_recent_items(cutoff_days: int, limit: int = 7):
|
||||
older_artists.add(t.artist_hashes)
|
||||
|
||||
tracks = sorted(tracks, key=lambda t: t.created_date)
|
||||
|
||||
groups = group_track_by_folders(tracks)
|
||||
|
||||
recent_items = []
|
||||
|
||||
Reference in New Issue
Block a user