From f5ef53aefd339f08722c2e500074c654b6d3b561 Mon Sep 17 00:00:00 2001 From: Julian Arndt Date: Fri, 5 Aug 2022 10:52:09 +0200 Subject: [PATCH] Add Supercups and Europa League --- src/main/resources/Tippliga/2023_Ligen.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/src/main/resources/Tippliga/2023_Ligen.json b/src/main/resources/Tippliga/2023_Ligen.json index 1e39934..83b49aa 100644 --- a/src/main/resources/Tippliga/2023_Ligen.json +++ b/src/main/resources/Tippliga/2023_Ligen.json @@ -39,6 +39,11 @@ "name": "Women Bundesliga", "league_id": 4428 }, + { + "country": "Germany", + "name": "Super Cup", + "league_id": 4293 + }, { "country": "England", "name": "Premier League", @@ -64,9 +69,19 @@ "name": "UEFA Champions League", "league_id": 4314 }, + { + "country": "World", + "name": "UEFA Europa League", + "league_id": 4584 + }, { "country": "World", "name": "UEFA Europa Conference League", "league_id": 4331 + }, + { + "country": "World", + "name": "UEFA Super Cup", + "league_id": 4306 } ] \ No newline at end of file