Harshith Mohan
Harshith Mohan
- [x] Return count of missing episodes (collecting), missing episodes (total). Count as in count of episodes and not count of groups. - [x] Return count of unreconized files, multiple...
- [x] Extend `plugin:@typescript-eslint/recommended` - Causes 3 rule failures in current codebase - [@typescript-eslint/no-explicit-any](https://typescript-eslint.io/rules/no-explicit-any) -> Self explanatory - [@typescript-eslint/ban-types](https://typescript-eslint.io/rules/ban-types) -> Prevents usage of `Function`, `() => {}` as type, recommends...
 
- [ ] Trakt linking (Might also need an internal non-API related refactor for trakt) - [x] Duplicate hashes (or even Release Management as a whole last @da3dsoul mentioned) -...
 Currently, we only show the language code for any audio/sub track but each language code can correspond to multiple languages. In this case, the two "spa"s are different. One...
 For example, if we try to unlink an episode here, both the files linked to the episode will be unlinked. We have no way of choosing which file to...
eslint v8 is deprecated and we need to move to v9 and update the related dependencies. But `eslint-config-airbnb` doesn't support v9 yet so we are stuck with v8 for now....