]> Sergey Matveev's repositories - btrtrc.git/blobdiff - fs/torrentfs.go
Remove the InfoEx type, and don't generate its infohash on the fly
[btrtrc.git] / fs / torrentfs.go
index 55834a241379e4a07d9aa3e8ca45590d6984e525..06e05e008fd48599af4ea19da1bd096c19777f19 100644 (file)
@@ -49,7 +49,7 @@ type rootNode struct {
 
 type node struct {
        path     string
-       metadata *metainfo.InfoEx
+       metadata *metainfo.Info
        FS       *TorrentFS
        t        *torrent.Torrent
 }