fix saving file_id
This commit is contained in:
parent
0f6c0fe09d
commit
9adc4c2bd0
|
|
@ -170,6 +170,8 @@ class PlayerTemplates:
|
|||
'telegram_file_cache': r.video.file_id,
|
||||
}
|
||||
|
||||
self.db_session.commit()
|
||||
|
||||
return r
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue