[LIB-10] Correct RequestParams for Event Rounds and Seeding
[snooker-score-api.git] / 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: