TvDbSharper
TvDbSharper copied to clipboard
bool param "short" is missing in SeriesExtendedOptionalParams
according to https://thetvdb.github.io/v4-api/#/Series/getSeriesExtended there should be a bool param called "short" to reduce the response. If I look at the SeriesExtendedOptionalParams class, there is only the "meta" param, but not the "short" param.
Is it possible to reduce the response for SeriesExtended in TvDbSharper?
This is also missing in MovieExtendedOptionalParams