mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-22 22:16:13 -04:00
@@ -227,7 +227,7 @@ export const defaultState = {
|
||||
episodeCount: function(item) {
|
||||
const { statistics = {} } = item;
|
||||
|
||||
return statistics.episodeCount;
|
||||
return statistics.totalEpisodeCount || 0;
|
||||
},
|
||||
|
||||
seasonCount: function(item) {
|
||||
|
||||
Reference in New Issue
Block a user