]> Sergey Matveev's repositories - btrtrc.git/blobdiff - fs/torrentfs.go
Finish fixing tests
[btrtrc.git] / fs / torrentfs.go
index 8e3fca536d30893e69004682ec072248ebf65836..abca5c8fe1afd76120c94db94023e208a6c6a6ea 100644 (file)
@@ -49,7 +49,7 @@ type rootNode struct {
 
 type node struct {
        path     string
-       metadata *metainfo.Info
+       metadata *metainfo.InfoEx
        FS       *TorrentFS
        t        torrent.Torrent
 }