fix(cleaners): fix app crash
was caused due to outdated property names re https://github.com/zyachel/libremdb/issues/83
This commit is contained in:
@ -196,7 +196,7 @@ export default interface Name {
|
||||
wins: {
|
||||
total: number;
|
||||
};
|
||||
nominations: {
|
||||
nominationsExcludeWins: {
|
||||
total: number;
|
||||
};
|
||||
prestigiousAwardSummary?: {
|
||||
|
@ -290,7 +290,7 @@ export default interface RawTitle {
|
||||
wins: {
|
||||
total: number;
|
||||
};
|
||||
nominations: {
|
||||
nominationsExcludeWins: {
|
||||
total: number;
|
||||
};
|
||||
prestigiousAwardSummary?: {
|
||||
|
Reference in New Issue
Block a user