fix closing bracket here
This commit is contained in:
parent
dc24fa6b48
commit
50a6d7b5f6
|
@ -76,7 +76,7 @@ Returns all information about episodes in the given season number or a `404`
|
||||||
reply if no episodes could be found. To get all information about the movies
|
reply if no episodes could be found. To get all information about the movies
|
||||||
shown, set the season as `99`.
|
shown, set the season as `99`.
|
||||||
|
|
||||||
### `/season/<number>/episode/<number`
|
### `/season/<number>/episode/<number>`
|
||||||
|
|
||||||
Returns all information about the episode with the given season and episode
|
Returns all information about the episode with the given season and episode
|
||||||
number. If the episode cannot be found, this will return a `404`.
|
number. If the episode cannot be found, this will return a `404`.
|
||||||
|
|
Loading…
Reference in New Issue