Fix refresh after creating custom playlist

This commit is contained in:
MerlinScheurer 2025-01-12 13:46:51 +01:00
parent f85772ca14
commit bd58637ec6
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@ const Playlists = () => {
type="submit"
onClick={async () => {
await createCustomPlaylist(customPlaylistsToAddText);
setRefresh(true);
}}
/>
</div>