Skip to content

Commit

Permalink
Fix Plex login status message (#1165) [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
harshithmohan authored Jan 3, 2025
1 parent aaccc33 commit 8ea1236
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const PlexLinkButton = () => {
const handleLogin = useEventCallback(() => {
window.open(loginUrlQuery?.data, '_blank');
setPlexPollingInterval(1000);
toast.info('Checking plex login status!', '', {
toast.info('Checking Plex login status!', '', {
autoClose: false,
draggable: false,
closeOnClick: false,
Expand Down

0 comments on commit 8ea1236

Please sign in to comment.