diff options
Diffstat (limited to 'internal/gui/queue.go')
| -rw-r--r-- | internal/gui/queue.go | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/internal/gui/queue.go b/internal/gui/queue.go index 1c52c9f..86c6ffd 100644 --- a/internal/gui/queue.go +++ b/internal/gui/queue.go @@ -13,6 +13,7 @@ type WordJob struct { Word string Translation string AudioFile string + AudioFileBack string // Back audio file (only for bg-bg cards) ImageFile string // Changed from ImageFiles []string to single image Status JobStatus Error error @@ -20,6 +21,7 @@ type WordJob struct { CompletedAt time.Time CustomPrompt string // Custom prompt for image generation NeedsTranslation bool // Whether translation is needed + CardType string // Card type: "en-bg" or "bg-bg" } // JobStatus represents the current state of a job |
