Runt
2025-07-27 7b3ecfffc59d2d980d9f7628365b64c20fe015be
LiveProject/data/DeviceInfo.swift
@@ -10,7 +10,7 @@
    let name:String
    let type:StreamType
    let deviceId:String;
    var icon : (any View)? = nil;
    var icon : IconInfo? = nil;
    
    func hash(into hasher: inout Hasher){
        hasher.combine(deviceId)