summaryrefslogtreecommitdiff
path: root/web/js/state.js
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-05-02 11:45:27 +0300
committerPaul Buetow <paul@buetow.org>2026-05-02 11:45:27 +0300
commit23d017ff90abfe7aeea7fb43619d7469e3ec0c2a (patch)
tree95380288fa9d7ee362e43f5f91dcfd3370a79469 /web/js/state.js
parent5275a0a4cec129bc1ea66beab934bf472f7a7fd2 (diff)
more on this
Diffstat (limited to 'web/js/state.js')
-rw-r--r--web/js/state.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/js/state.js b/web/js/state.js
index 6597c00..e8cc632 100644
--- a/web/js/state.js
+++ b/web/js/state.js
@@ -6,6 +6,7 @@ export const state = {
media: [],
filters: { type: '', search: '', favorites: false, tags: '', sort: 'name', minDuration: '', maxDuration: '' },
isAdmin: false,
+ folderPath: '', // current subfolder path within the selected set
};
export function getState() { return state; }