diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-26 01:07:03 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-08-26 01:07:03 -0400 |
| commit | aff3ee8fcf427c9ff8c554a179222eabec3a95e2 (patch) | |
| tree | 3dde0e860cd7dd4bdd8d487d5a84f27715929068 /src/organizercore.cpp | |
| parent | 36dbb4bad74b097d44b843a2e934aa4a58ef6492 (diff) | |
moved preferred servers into ServerList
Diffstat (limited to 'src/organizercore.cpp')
| -rw-r--r-- | src/organizercore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/organizercore.cpp b/src/organizercore.cpp index 5a8ee4c2..522d28be 100644 --- a/src/organizercore.cpp +++ b/src/organizercore.cpp @@ -276,7 +276,7 @@ OrganizerCore::OrganizerCore(Settings &settings) , m_PluginListsWriter(std::bind(&OrganizerCore::savePluginList, this)) { m_DownloadManager.setOutputDirectory(m_Settings.getDownloadDirectory()); - m_DownloadManager.setPreferredServers(m_Settings.getPreferredServers()); + m_DownloadManager.setServers(m_Settings.getServers()); NexusInterface::instance(m_PluginContainer)->setCacheDirectory(m_Settings.getCacheDirectory()); |
