[LIB-10] Correct RequestParams for Event Rounds and Seeding master
authorgotty <gotty@fb0bcced-7025-49ed-a12f-f98bce993226>
Sat, 23 Nov 2019 04:19:00 +0000 (04:19 +0000)
committergotty <gotty@fb0bcced-7025-49ed-a12f-f98bce993226>
Sat, 23 Nov 2019 04:19:00 +0000 (04:19 +0000)
git-svn-id: https://svn.hedgecode.org/lib/snooker-score-api/trunk@195 fb0bcced-7025-49ed-a12f-f98bce993226

src/main/java/org/hedgecode/snooker/request/RequestParams.java

index 1cebb31..d8bdb44 100644 (file)
@@ -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: