bd sync: 2026-01-12 17:07:55

This commit is contained in:
Codex Agent
2026-01-12 17:07:55 +01:00
parent 0a42a1b2cd
commit fc2a14d78d
55 changed files with 190 additions and 2974 deletions

View File

@@ -1,11 +0,0 @@
namespace PhotoboothUploader.Models;
public sealed class PhotoboothSettings
{
public string? BaseUrl { get; set; }
public string? UploadUrl { get; set; }
public string? Username { get; set; }
public string? Password { get; set; }
public string? ResponseFormat { get; set; }
public string? WatchFolder { get; set; }
}