Skip to content

Commit 9145b24

Browse files
committed
chore(base-helper): Updated abstract function
1 parent e3dc6e1 commit 9145b24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/scraper/base-helper/src/base.helper.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ export abstract class BaseHelper {
4242

4343
public abstract addItemToDatabase(item: Movie | Show): Promise<void>
4444

45-
public abstract updateItemInDatabase(item: Movie | Show): Promise<void>
45+
public abstract updateItemInDatabase(item: Movie | Show, hadMetadataUpdate?: boolean): Promise<void>
4646

4747
/**
4848
* Formats runtime from minutes to, minutes, hours, short and full format

0 commit comments

Comments
 (0)