We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e8839e commit 4cea6d7Copy full SHA for 4cea6d7
backend/src/controllers/database.py
@@ -34,11 +34,7 @@ def populate_user():
34
)
35
36
for simplified_playlist in simplified_playlists:
37
- if (
38
- "Albums" in simplified_playlist.name
39
- and "New Albums 06/09/24" in simplified_playlist.name
40
- ):
41
- delete_playlist("0ubqg4akSDebHReJIG8sbd")
+ if "Albums" in simplified_playlist.name:
42
db_playlist = get_playlist_by_id_or_none(simplified_playlist.id)
43
if (
44
db_playlist is None
0 commit comments