diff --git a/nip94/nip94.go b/nip94/nip94.go index 15ef6a3..75a5efb 100644 --- a/nip94/nip94.go +++ b/nip94/nip94.go @@ -51,6 +51,7 @@ type FileMetadata struct { TorrentInfoHash string Blurhash string Thumb string + Content string } func (fm FileMetadata) IsVideo() bool { return strings.Split(fm.M, "/")[0] == "video" }