some stuff

This commit is contained in:
geoffrey45
2021-12-19 20:20:48 +03:00
parent 847dabb9a4
commit 8a744ce0be
2 changed files with 8 additions and 2 deletions
+5 -1
View File
@@ -157,7 +157,11 @@ def getTags(full_path):
"genre": genre,
"length": round(audio.info.length),
"bitrate": audio.info.bitrate,
"image": img_path
"image": img_path,
"type": {
"name": None,
"id": None
}
}
all_songs_instance.insert_song(tags)