mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Episode Activity added
New: Activity tab added to Episode Details
This commit is contained in:
@@ -58,7 +58,7 @@ define(
|
||||
if (App.reqres.hasHandler(App.Reqres.GetEpisodeFileById)) {
|
||||
var episodeFile = App.request(App.Reqres.GetEpisodeFileById, episodeFileId);
|
||||
var episodeFileCollection = new EpisodeFileCollection(episodeFile, { seriesId: this.model.get('seriesId') });
|
||||
this._showTable(episodeFileCollection)
|
||||
this._showTable(episodeFileCollection);
|
||||
}
|
||||
|
||||
else {
|
||||
|
Reference in New Issue
Block a user