Chunk manager init
This commit is contained in:
@@ -4,7 +4,6 @@ import (
|
||||
"encoding/binary"
|
||||
"encoding/hex"
|
||||
"fmt"
|
||||
"net/http"
|
||||
"os"
|
||||
|
||||
"github.com/debridmediamanager.com/zurg/internal/config"
|
||||
@@ -58,7 +57,6 @@ func NewManager(
|
||||
loadAhead,
|
||||
checkThreads int,
|
||||
loadThreads int,
|
||||
client *http.Client,
|
||||
maxChunks int,
|
||||
c config.ConfigInterface) (*Manager, error) {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user