feat: add scan library functionality and related error handling in LibraryHeader and services

This commit is contained in:
Julien Froidefond
2025-10-19 09:55:07 +02:00
parent 3704a8d88b
commit 7d9bac5c51
9 changed files with 195 additions and 9 deletions

View File

@@ -36,6 +36,7 @@ export const ERROR_CODES = {
LIBRARY: {
NOT_FOUND: "LIBRARY_NOT_FOUND",
FETCH_ERROR: "LIBRARY_FETCH_ERROR",
SCAN_ERROR: "LIBRARY_SCAN_ERROR",
},
SERIES: {
FETCH_ERROR: "SERIES_FETCH_ERROR",