mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
implement backup and restore
This commit is contained in:
@@ -189,7 +189,7 @@ def get_all_favorites(query: GetAllFavoritesQuery):
|
||||
largest = max(track_limit, album_limit, artist_limit)
|
||||
|
||||
favs = FavoritesTable.get_all()
|
||||
favs.reverse()
|
||||
favs = sorted(favs, key=lambda x: x.timestamp, reverse=True)
|
||||
|
||||
tracks = []
|
||||
albums = []
|
||||
|
||||
Reference in New Issue
Block a user