feat: call out for tv ranges
This commit is contained in:
parent
2069f9a56c
commit
1a61089783
2 changed files with 6 additions and 1 deletions
|
@ -53,7 +53,7 @@ module.exports = async function () {
|
|||
startingSeason: matchedEpisode['season'],
|
||||
episode: episode['episode']['number'],
|
||||
season: episode['episode']['season'],
|
||||
type: 'tv',
|
||||
type: 'tv-range',
|
||||
})
|
||||
} else {
|
||||
// if an episode with the same show name doesn't exist, push it to the array
|
||||
|
|
Reference in a new issue