add help text to recently played

+ read app version from the env
This commit is contained in:
mungai-njoroge
2023-12-09 22:18:20 +03:00
parent 336360d509
commit 312df06fc3
8 changed files with 31 additions and 13 deletions
-1
View File
@@ -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 = []