mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-01 13:14:50 +00:00
some UI changes
This commit is contained in:
parent
16c460cdc2
commit
221794026e
1 changed files with 1 additions and 1 deletions
|
|
@ -1024,7 +1024,7 @@ const LibraryScreen = () => {
|
||||||
: item
|
: item
|
||||||
));
|
));
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
toast('Failed to update watched status', { duration: 1200 });
|
Toast.error('Failed to update watched status');
|
||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue