(item)
| 72 | } |
| 73 | |
| 74 | export function shouldCheckDates(item) { |
| 75 | return ['MAL', 'ANILIST', 'KITSU', 'MANGABAKA'].includes(getType(item.url)); |
| 76 | } |
| 77 | |
| 78 | export function shouldCheckRewatchCount(item) { |
| 79 | return ['MAL', 'ANILIST', 'KITSU', 'SHIKI', 'MANGABAKA'].includes(getType(item.url)); |
no test coverage detected