diff options
| author | Paul Buetow <paul@buetow.org> | 2025-10-03 19:53:04 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2025-10-03 19:53:04 +0300 |
| commit | dba07073652cb1bbad58d2e82329d07eefe3c12d (patch) | |
| tree | 79df1afd3837b5efc46880eab9adf58381293dfc /internal/app/video.go | |
| parent | 0ae149babf5ddf5eda22778b9e5e81567a180561 (diff) | |
Add tag editing UI and responsive layoutv0.2.2
Diffstat (limited to 'internal/app/video.go')
| -rw-r--r-- | internal/app/video.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/app/video.go b/internal/app/video.go index f969ce6..9c85772 100644 --- a/internal/app/video.go +++ b/internal/app/video.go @@ -9,4 +9,5 @@ type video struct { ModTime time.Time Size int64 Err error + Tags []string } |
