mirror of
https://github.com/zimplexing/OrionTV.git
synced 2026-05-13 11:07:29 +08:00
feat: enhance login status management and improve error logging across services
This commit is contained in:
@@ -64,7 +64,7 @@ const useDetailStore = create<DetailState>((set, get) => ({
|
||||
}
|
||||
} catch (e) {
|
||||
if ((e as Error).name !== "AbortError") {
|
||||
console.error(`Failed to get resolution for ${searchResult.source_name}`, e);
|
||||
console.info(`Failed to get resolution for ${searchResult.source_name}`, e);
|
||||
}
|
||||
}
|
||||
return { ...searchResult, resolution };
|
||||
|
||||
Reference in New Issue
Block a user