fix playlist last update

+ create a recently added playlist on get api
This commit is contained in:
mungai-njoroge
2023-12-03 12:56:56 +03:00
parent 9dff629e1f
commit 5a420214f2
5 changed files with 41 additions and 21 deletions
-3
View File
@@ -1,11 +1,8 @@
import json
from collections import OrderedDict
from app.db.sqlite.tracks import SQLiteTrackMethods
from app.db.sqlite.utils import SQLiteManager, tuple_to_playlist, tuples_to_playlists
from app.models import Artist
from app.utils.dates import create_new_date
from app.utils.threading import background
class SQLitePlaylistMethods: