mirror of
https://git.vectorsigma.ru/public/tubearchivist.git
synced 2026-08-05 05:09:42 +00:00
Fix refresh after creating custom playlist
This commit is contained in:
@@ -125,6 +125,7 @@ const Playlists = () => {
|
||||
type="submit"
|
||||
onClick={async () => {
|
||||
await createCustomPlaylist(customPlaylistsToAddText);
|
||||
setRefresh(true);
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user