This commit is contained in:
Mukhtar Akere
2024-11-23 21:10:42 +01:00
parent d2a77620bc
commit 2c9a076cd2
3 changed files with 6 additions and 4 deletions

View File

@@ -4,7 +4,6 @@ import (
"goBlack/common"
"goBlack/pkg/debrid"
"goBlack/pkg/qbit/downloaders"
"log"
"os"
"path/filepath"
"sync"
@@ -60,7 +59,6 @@ func (q *QBit) processSymlink(torrent *Torrent, debridTorrent *debrid.Torrent, a
q.logger.Printf("Checking %d files...", len(files))
rCloneBase := debridTorrent.Debrid.GetMountPath()
log.Println("Rclone base:", rCloneBase)
torrentPath, err := q.getTorrentPath(rCloneBase, debridTorrent) // /MyTVShow/
if err != nil {
q.MarkAsFailed(torrent)