From 23d017ff90abfe7aeea7fb43619d7469e3ec0c2a Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 2 May 2026 11:45:27 +0300 Subject: more on this --- web/js/state.js | 1 + 1 file changed, 1 insertion(+) (limited to 'web/js/state.js') 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; } -- cgit v1.2.3