diff options
Diffstat (limited to 'internal/app/messages.go')
| -rw-r--r-- | internal/app/messages.go | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/internal/app/messages.go b/internal/app/messages.go index a905263..6c571f7 100644 --- a/internal/app/messages.go +++ b/internal/app/messages.go @@ -8,6 +8,7 @@ type videosLoadedMsg struct { cacheErr error pending []string cache *durationCache + tagErr error } type playVideoMsg struct { @@ -26,3 +27,9 @@ type durationUpdateMsg struct { duration time.Duration err error } + +type tagsSavedMsg struct { + path string + tags []string + err error +} |
