mirror of
https://gitlab.com/octospacc/TelegramIndex-Fork.git
synced 2025-06-05 22:09:12 +02:00
🔧 add vlc url to entry
This commit is contained in:
@@ -60,6 +60,7 @@ class IndexView:
|
||||
human_size=get_human_size(m.file.size),
|
||||
url=f"/{alias_id}/{m.id}/view",
|
||||
download=f"{alias_id}/{m.id}/download",
|
||||
vlc = f"{alias_id}/{m.id}/v.mp4",
|
||||
)
|
||||
elif m.message:
|
||||
entry = dict(
|
||||
|
Reference in New Issue
Block a user