mirror of
https://github.com/seerr-team/seerr.git
synced 2025-12-23 23:58:07 -05:00
fix(blacklist): needed to make tmdbId optional
This commit is contained in:
10798
pnpm-lock.yaml
generated
10798
pnpm-lock.yaml
generated
File diff suppressed because it is too large
Load Diff
@@ -65,8 +65,8 @@ export class Blacklist implements BlacklistItem {
|
||||
blacklistRequest: {
|
||||
mediaType: MediaType;
|
||||
title?: ZodOptional<ZodString>['_output'];
|
||||
tmdbId: ZodNumber['_output'];
|
||||
mbId?: ZodOptional<ZodString>['_output']
|
||||
tmdbId?: ZodNumber['_output'];
|
||||
mbId?: ZodOptional<ZodString>['_output'];
|
||||
blacklistedTags?: string;
|
||||
};
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user