Snapcast port and auto start working
This commit is contained in:
12
Properties/Settings.Designer.cs
generated
12
Properties/Settings.Designer.cs
generated
@ -82,5 +82,17 @@ namespace unison.Properties {
|
||||
this["snapcast_path"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("1704")]
|
||||
public int snapcast_port {
|
||||
get {
|
||||
return ((int)(this["snapcast_port"]));
|
||||
}
|
||||
set {
|
||||
this["snapcast_port"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user