forgot a check
This commit is contained in:
parent
5240ccff2a
commit
0d9ffa6aa2
1 changed files with 1 additions and 1 deletions
|
@ -138,7 +138,7 @@ proc createStatusRouter*(cfg: Config) =
|
|||
# elif card.video.isSome():
|
||||
# images = @[card.video.get().thumb]
|
||||
|
||||
if rawFile:
|
||||
if rawFile and video != "":
|
||||
redirect(video)
|
||||
|
||||
let html = renderConversation(conv, prefs, getPath() & "#m")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue