From 95ea00dad566bfbce17d7d3cc129d9430a4de7e2 Mon Sep 17 00:00:00 2001 From: Julian Arndt Date: Tue, 25 Nov 2025 21:47:05 +0100 Subject: [PATCH] Add Portugal Primeira Liga --- .gitignore | 1 + src/main/resources/Tippliga/Ligen_v3.json | 5 +++++ 2 files changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 612fa96..6f15201 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ /target/ src/main/main.iml src/test/test.iml +bin \ No newline at end of file diff --git a/src/main/resources/Tippliga/Ligen_v3.json b/src/main/resources/Tippliga/Ligen_v3.json index c769bed..954832c 100644 --- a/src/main/resources/Tippliga/Ligen_v3.json +++ b/src/main/resources/Tippliga/Ligen_v3.json @@ -79,6 +79,11 @@ "name": "Bundesliga", "league_id": 218 }, + { + "country": "Portugal", + "name": "Primeira Liga", + "league_id": 94 + }, { "country": "World", "name": "UEFA Champions League",