Merge remote-tracking branch 'origin/dev' into dev

This commit is contained in:
poturaevpetr
2025-12-25 22:38:29 +05:00
2 changed files with 3 additions and 4 deletions
-1
View File
@@ -82,7 +82,6 @@ class Loader():
audio = Audio()
audio.index_date = datetime.datetime.now()
audio.filename = file
audio.file_path = filepath
audio.file_size = file_size
db.add(audio)