mirror of
https://github.com/StepanovPlaton/torrent_frontend.git
synced 2026-04-03 20:30:48 +04:00
Add genres and actors
This commit is contained in:
@@ -17,6 +17,7 @@ type RequestOptions = GetRequestOptions & {
|
||||
|
||||
export abstract class HTTPService {
|
||||
private static deepUndefinedToNull(o?: object): object | undefined {
|
||||
if (Array.isArray(o)) return o;
|
||||
if (o)
|
||||
return Object.fromEntries(
|
||||
Object.entries(o).map(([k, v]) => {
|
||||
|
||||
Reference in New Issue
Block a user