1
0
mirror of https://github.com/zedeus/nitter.git synced 2025-12-08 04:55:37 -05:00

Display media count above photo rail

This commit is contained in:
Zed
2019-08-11 23:24:02 +02:00
parent 7171486f03
commit 60986ecc88
4 changed files with 12 additions and 6 deletions

View File

@@ -21,6 +21,7 @@ db("cache.db", "", "", ""):
followers*: string
tweets*: string
likes*: string
media*: string
verified* {.
dbType: "STRING",
parseIt: parseBool(it.s)