add library rescan to server selector menu

This commit is contained in:
jeffvli
2026-07-29 22:55:52 -07:00
parent 81f7b42409
commit 13528eff09
10 changed files with 114 additions and 26 deletions
@@ -49,7 +49,7 @@ const stopWatchingScan = () => {
setIsWatchingScan(false);
};
const startScanWatch = () => {
export const startScanWatch = () => {
clearWatchTimeout();
hasSeenScanStart = false;
setIsWatchingScan(true);