diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-09 11:11:49 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-09 11:11:49 +0300 |
| commit | 8c32cd117abe79f4ee6cff3a950ffc35c95faeff (patch) | |
| tree | 5b63a4789351da4f2d9c1cd2e7007f67d43b3371 /web/js/state.js | |
| parent | 59c8870061465142306e7a6e5d3fcb344686cfe9 (diff) | |
Refine media browsing and set covers
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 f0879c1..b5057b9 100644 --- a/web/js/state.js +++ b/web/js/state.js @@ -17,6 +17,7 @@ export const state = { }, isAdmin: false, folderPath: '', // current subfolder path within the selected set + mediaPage: 0, sharesCurrentRow: -1, }; |
