mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-25 22:36:59 -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