Update songs.ts

This commit is contained in:
2025-11-21 13:34:31 +08:00
parent 7b94b962ef
commit a6bde8fec8
-2
View File
@@ -223,10 +223,8 @@ export const getPlaylist = async (playlistId: number | string) => {
if (count === 0) { if (count === 0) {
console.log("No playlists found. Importing default playlists...") console.log("No playlists found. Importing default playlists...")
await startImport("13555799996") await startImport("13555799996")
await startImport("17463338036")
await startImport("14348145982") await startImport("14348145982")
await startImport("14392963638") await startImport("14392963638")
await startImport("580208139")
await startImport("17404030548") await startImport("17404030548")
} }
})() })()