fix type field audio

This commit is contained in:
PoturaevPetr
2025-12-25 22:22:44 +05:00
parent ebfb48a2b8
commit efa4d775e4
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)