Arreglat error afegint sets en pàgines amb múltiples llistes
This commit is contained in:
@@ -100,7 +100,7 @@ def delete_tema(playlist_id: int, set_id: int, entry_id: int):
|
||||
playlists_service.delete_tema(entry_id=entry_id)
|
||||
if not playlists_service.get_set(playlist_id=playlist_id, set_id=set_id):
|
||||
headers = {
|
||||
"HX-Trigger": f"reload-set-{set_id}"
|
||||
"HX-Trigger": f"reload-set-{playlist_id}-{set_id}"
|
||||
}
|
||||
else:
|
||||
headers = {}
|
||||
|
||||
Reference in New Issue
Block a user