mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-05-19 06:08:59 -04:00
Fix player 2 index after adding auto playlist
This commit is contained in:
@@ -213,7 +213,7 @@ const NowPlayingView = () => {
|
||||
`Added ${cleanedSongs.length} ${difference !== 0 ? `(-${difference} invalid)` : ''} song(s)`
|
||||
);
|
||||
}
|
||||
|
||||
dispatch(fixPlayer2Index());
|
||||
setIsLoadingRandom(false);
|
||||
return autoPlaylistTriggerRef.current.close();
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user