Update series if used before

This commit is contained in:
Dominik Werder
2024-02-06 16:31:20 +01:00
parent 9aaa3b0fd6
commit f5ca38caaf
4 changed files with 245 additions and 390 deletions

View File

@@ -566,7 +566,7 @@ impl CaConnSet {
}
match res {
Ok(res) => {
let cssid = ChannelStatusSeriesId::new(res.series.id());
let cssid = ChannelStatusSeriesId::new(res.series.to_series().id());
self.channel_by_cssid
.insert(cssid.clone(), Channel::new(res.channel.clone()));
let add = ChannelAddWithStatusId {