From 221794026e6de4cd5e3fe5655e14fcca8c2192a5 Mon Sep 17 00:00:00 2001 From: tapframe Date: Wed, 1 Oct 2025 01:28:13 +0530 Subject: [PATCH] some UI changes --- src/screens/LibraryScreen.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/screens/LibraryScreen.tsx b/src/screens/LibraryScreen.tsx index 35141561..6bb8f784 100644 --- a/src/screens/LibraryScreen.tsx +++ b/src/screens/LibraryScreen.tsx @@ -1024,7 +1024,7 @@ const LibraryScreen = () => { : item )); } catch (error) { - toast('Failed to update watched status', { duration: 1200 }); + Toast.error('Failed to update watched status'); } break; }