diff --git a/src/sources/torrent/fs.go b/src/sources/torrent/fs.go index ec63775..024bd78 100644 --- a/src/sources/torrent/fs.go +++ b/src/sources/torrent/fs.go @@ -112,7 +112,6 @@ func (fs *TorrentFS) files(ctx context.Context) (map[string]vfs.File, error) { fs.filesCache = make(map[string]vfs.File) for _, file := range files { - file.SetPriority(torrent.PiecePriorityNormal) p := vfs.AbsPath(file.Path()) tf, err := openTorrentFile(ctx, path.Base(p), file) if err != nil {