Chunk manager init
This commit is contained in:
@@ -8,6 +8,7 @@ import (
|
||||
"bazil.org/fuse/fs"
|
||||
"github.com/debridmediamanager.com/zurg/internal/config"
|
||||
"github.com/debridmediamanager.com/zurg/internal/torrent"
|
||||
"github.com/debridmediamanager.com/zurg/pkg/chunk"
|
||||
"go.uber.org/zap"
|
||||
)
|
||||
|
||||
@@ -21,6 +22,7 @@ type FS struct {
|
||||
t *torrent.TorrentManager
|
||||
log *zap.SugaredLogger
|
||||
initTime time.Time
|
||||
chunk *chunk.Manager
|
||||
}
|
||||
|
||||
// Root returns the root path
|
||||
|
||||
Reference in New Issue
Block a user