diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-01 15:57:13 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-01 15:57:13 +0300 |
| commit | 65ee2e4d7f2be8036457e3cdca0e26e09eb56e0b (patch) | |
| tree | cbd8143db9e81baed51239a628dfedae2dbf375f /web/js/state.js | |
| parent | 56666ca87f11e72521dcda00de72438e13899b95 (diff) | |
add readme and so on
Diffstat (limited to 'web/js/state.js')
| -rw-r--r-- | web/js/state.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/web/js/state.js b/web/js/state.js index fca16a6..a0e715b 100644 --- a/web/js/state.js +++ b/web/js/state.js @@ -2,6 +2,7 @@ export const state = { user: null, sets: [], selectedSetId: null, + selectedSetIds: [], // multi-selection media: [], filters: { type: '', search: '', favorites: false, tags: '', sort: 'name', minDuration: '', maxDuration: '', minFilesizeMB: '', maxFilesizeMB: '' }, isAdmin: false, |
