Snapcast port and auto start working

This commit is contained in:
2021-08-15 01:18:23 +02:00
parent 7babd50c3f
commit ebd4e8e530
6 changed files with 49 additions and 12 deletions

View File

@ -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;
}
}
}
}