We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3d2b0d commit b791ed6Copy full SHA for b791ed6
src/controllers/media.ts
@@ -229,7 +229,7 @@ export const getVideoV2 = async(ctx: ParameterizedContext): Promise<MediaMetadat
229
}
230
231
if (season && !episode) {
232
- throw new ValidationError('season must also have an episode number');
+ throw new ValidationError(`season must also have an episode number, received ${ctx.url}`);
233
234
235
let { language }: UmsQueryParams = ctx.query;
0 commit comments