mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-03 20:13:02 +00:00
add favs count to fetch endpoint + remove filetype from track
This commit is contained in:
@@ -78,6 +78,9 @@ def get_recently_played(limit=7):
|
||||
|
||||
if entry.type == "folder":
|
||||
folder = entry.type_src
|
||||
if not folder:
|
||||
continue
|
||||
|
||||
is_home_dir = entry.type_src == "$home"
|
||||
|
||||
if is_home_dir:
|
||||
|
||||
Reference in New Issue
Block a user