mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-23 13:57:06 -04:00
parent
e51f1b5e16
commit
2c0a0175ef
1 changed files with 1 additions and 1 deletions
|
@ -227,7 +227,7 @@ export const defaultState = {
|
|||
episodeCount: function(item) {
|
||||
const { statistics = {} } = item;
|
||||
|
||||
return statistics.episodeCount;
|
||||
return statistics.totalEpisodeCount || 0;
|
||||
},
|
||||
|
||||
seasonCount: function(item) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue