chore(no-torrent)_: Fixed failing tests
This commit is contained in:
parent
e87d63693d
commit
65fc455e4f
|
@ -108,6 +108,7 @@ func (m *ArchiveManager) SetOnline(online bool) {
|
||||||
|
|
||||||
func (m *ArchiveManager) SetTorrentConfig(config *params.TorrentConfig) {
|
func (m *ArchiveManager) SetTorrentConfig(config *params.TorrentConfig) {
|
||||||
m.torrentConfig = config
|
m.torrentConfig = config
|
||||||
|
m.ArchiveFileManager.torrentConfig = config
|
||||||
}
|
}
|
||||||
|
|
||||||
// getTCPandUDPport will return the same port number given if != 0,
|
// getTCPandUDPport will return the same port number given if != 0,
|
||||||
|
|
Loading…
Reference in New Issue