remove priority for all files
This commit is contained in:
parent
f0b6b517d5
commit
7651c22dbc
1 changed files with 0 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Loading…
Reference in a new issue