mirror of
https://github.com/movie-web/movie-web.git
synced 2025-01-11 17:19:09 +01:00
netfilm default season 1 if none exists
This commit is contained in:
parent
52fef27374
commit
b1333cfc16
@ -69,7 +69,7 @@ registerProvider({
|
||||
.map((v: any) => {
|
||||
return {
|
||||
...v,
|
||||
season: parseInt(v.name.split(" ").at(-1), 10),
|
||||
season: parseInt(v.name.split(" ").at(-1), 10) || 1,
|
||||
};
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user