Merge branch 'main' into feat/debugmode
This commit is contained in:
@@ -16,7 +16,7 @@ async function refreshLibrary(libraryId: string) {
|
||||
"use server";
|
||||
|
||||
try {
|
||||
await LibraryService.clearLibrarySeriesCache(libraryId);
|
||||
await LibraryService.invalidateLibrarySeriesCache(libraryId);
|
||||
|
||||
revalidatePath(`/libraries/${libraryId}`);
|
||||
return { success: true };
|
||||
|
||||
Reference in New Issue
Block a user