BugFix: ensure update of source after update by SessionLoader

This commit is contained in:
brunoherbelin
2020-10-11 12:04:58 +02:00
parent babbddcf28
commit 795c0ed30f

View File

@@ -156,6 +156,7 @@ void SessionLoader::load(XMLElement *sessionNode)
// apply config to source
load_source->accept(*this);
load_source->touch();
// remember
sources_id_.push_back( load_source->id() );
}