chore(no-torrent)_: Fixed failing tests

This commit is contained in:
Samuel Hawksby-Robinson 2024-06-06 21:28:52 +01:00
parent e87d63693d
commit 65fc455e4f
1 changed files with 1 additions and 0 deletions

View File

@ -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,