mirror of
https://github.com/Sonarr/Sonarr.git
synced 2026-04-27 23:06:29 -04:00
Fixed: show proper episode file count on series details
This commit is contained in:
@@ -211,7 +211,7 @@ define(
|
||||
},
|
||||
|
||||
_showInfo: function () {
|
||||
this.info.show(new InfoView({ model: this.model }));
|
||||
this.info.show(new InfoView({ model: this.model, episodeFileCollection: this.episodeFileCollection }));
|
||||
},
|
||||
|
||||
_commandComplete: function (options) {
|
||||
|
||||
Reference in New Issue
Block a user