We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3dc6e1 commit 9145b24Copy full SHA for 9145b24
libs/scraper/base-helper/src/base.helper.ts
@@ -42,7 +42,7 @@ export abstract class BaseHelper {
42
43
public abstract addItemToDatabase(item: Movie | Show): Promise<void>
44
45
- public abstract updateItemInDatabase(item: Movie | Show): Promise<void>
+ public abstract updateItemInDatabase(item: Movie | Show, hadMetadataUpdate?: boolean): Promise<void>
46
47
/**
48
* Formats runtime from minutes to, minutes, hours, short and full format
0 commit comments