Only copy the content-range header
This commit is contained in:
@@ -3,9 +3,9 @@ package torrent
|
||||
import "github.com/debridmediamanager/zurg/internal/config"
|
||||
|
||||
func (t *TorrentManager) loadDumpedTorrents() {
|
||||
// TODO: Paywall
|
||||
// TODO: Paywall?
|
||||
count := 0
|
||||
t.getTorrentFiles("data").Each(func(filePath string) bool {
|
||||
t.getTorrentFiles("dump").Each(func(filePath string) bool {
|
||||
torrent := t.readTorrentFromFile(filePath)
|
||||
if torrent != nil {
|
||||
accessKey := t.GetKey(torrent)
|
||||
|
||||
Reference in New Issue
Block a user