jf-activity: initial changes

functionality mostly there but needs a UI.
This commit is contained in:
Harvey Tindall
2025-12-16 18:15:39 +00:00
parent e4e9369d54
commit c21df253a1
11 changed files with 435 additions and 14 deletions

View File

@@ -2,6 +2,8 @@ package main
import (
"time"
"github.com/hrfee/mediabrowser"
)
type stringResponse struct {
@@ -513,3 +515,7 @@ type TaskDTO struct {
type LabelsDTO struct {
Labels []string `json:'labels"`
}
type ActivityLogEntriesDTO struct {
Entries []mediabrowser.ActivityLogEntry `json:"entries"`
}