feat: improve variant display and stream editing

closes #45
This commit is contained in:
2025-06-03 10:25:26 +01:00
parent f553ecdab3
commit 8605761dff
3 changed files with 30 additions and 8 deletions

View File

@ -143,6 +143,7 @@ class ZapStreamApi {
}
Future<void> updateDefaultStreamInfo({
String? id,
String? title,
String? summary,
String? image,
@ -154,6 +155,7 @@ class ZapStreamApi {
await _sendPatchRequest(
url,
body: {
"id": id,
"title": title,
"summary": summary,
"image": image,