updates types and add watch providers
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
export interface MediaChange {
|
||||
id: number;
|
||||
adult: boolean | undefined;
|
||||
adult?: boolean;
|
||||
}
|
||||
|
||||
export interface MediaChanges {
|
||||
|
||||
Reference in New Issue
Block a user