fix saving file_id

This commit is contained in:
user 2025-02-05 11:04:51 +03:00
parent 0f6c0fe09d
commit 9adc4c2bd0
1 changed files with 2 additions and 0 deletions

View File

@ -170,6 +170,8 @@ class PlayerTemplates:
'telegram_file_cache': r.video.file_id, 'telegram_file_cache': r.video.file_id,
} }
self.db_session.commit()
return r return r