Skip to content

Commit

Permalink
fix(web): add imprint keyword to smart import
Browse files Browse the repository at this point in the history
  • Loading branch information
FishHawk committed Jun 5, 2024
1 parent 0ea8f5a commit 6fd508f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions web/src/domain/smart-import/SmartImport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ const parseTitle = (title: string) => {
'集英社文芸単行本',
'ストレートエッジ',
'講談社BOX',
'光文社新書',
];

const includeIrrelevantKeywords = (s: string) =>
Expand Down

0 comments on commit 6fd508f

Please sign in to comment.