Use full path of files
This commit is contained in:
@@ -6,7 +6,7 @@ import (
|
||||
mapset "github.com/deckarep/golang-set/v2"
|
||||
)
|
||||
|
||||
func (t *TorrentManager) getUncachedTorrents() ([]*Torrent, error) {
|
||||
func (t *TorrentManager) GetUncachedTorrents() ([]*Torrent, error) {
|
||||
t.log.Debug("Checking if torrents are still cached")
|
||||
allTorrents, _ := t.DirectoryMap.Get(INT_ALL)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user