From: gotty <gotty@fb0bcced-7025-49ed-a12f-f98bce993226>
Date: Sat, 23 Nov 2019 04:19:00 +0000 (+0000)
Subject: [LIB-10] Correct RequestParams for Event Rounds and Seeding
X-Git-Url: https://git.hedgecode.org/?a=commitdiff_plain;h=608ec7ff910d5a201204d72e2c96c38e4cf9f142;p=snooker-score-api.git

[LIB-10] Correct RequestParams for Event Rounds and Seeding

git-svn-id: https://svn.hedgecode.org/lib/snooker-score-api/trunk@195 fb0bcced-7025-49ed-a12f-f98bce993226
---

diff --git a/src/main/java/org/hedgecode/snooker/request/RequestParams.java b/src/main/java/org/hedgecode/snooker/request/RequestParams.java
index 1cebb31..d8bdb44 100644
--- a/src/main/java/org/hedgecode/snooker/request/RequestParams.java
+++ b/src/main/java/org/hedgecode/snooker/request/RequestParams.java
@@ -47,6 +47,8 @@ public class RequestParams {
             case EVENT:
             case EVENT_MATCHES:
             case EVENT_PLAYERS:
+            case EVENT_ROUNDS:
+            case EVENT_SEEDING:
                 this.eventId = id;
                 break;
             case SEASON_EVENTS: