Add avator to fileinfo

This commit is contained in:
Wim 2018-02-14 22:20:27 +01:00
parent 8be107cecc
commit 2522158127

View File

@ -40,6 +40,7 @@ type FileInfo struct {
Comment string Comment string
URL string URL string
Size int64 Size int64
Avatar bool
} }
type ChannelInfo struct { type ChannelInfo struct {