some UI changes

This commit is contained in:
tapframe 2025-10-01 01:28:13 +05:30
parent 16c460cdc2
commit 221794026e

View file

@ -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;
}