lan_discovery_WOL: sort by online status

Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
fufesou
2022-07-15 12:16:15 +08:00
parent 4955807dd0
commit 13406cd359
3 changed files with 9 additions and 24 deletions

View File

@@ -875,8 +875,6 @@ impl DiscoveryPeer {
#[derive(Debug, Default, Serialize, Deserialize, Clone)]
pub struct LanPeers {
// #[serde(default)]
// pub peers: String,
pub peers: Vec<DiscoveryPeer>,
}