Updated state to scan library first before looking for stale media to ensure data in table is accurate

This commit is contained in:
2026-03-10 07:43:53 -06:00
parent a10769779a
commit 1de8e31468
4 changed files with 21 additions and 5 deletions

View File

@@ -56,8 +56,6 @@ const updateMediaCleanerState = async () => {
if(!response.ok){
throw new Error(`Response status: ${response.status}`)
}
return response.json();
};
const getMediaCleanerAnimeSeriesTitle = async () => {