diff --git a/frontend/src/Series/Details/EpisodeRow.css b/frontend/src/Series/Details/EpisodeRow.css
index 6a16b39a2..6ef47cdba 100644
--- a/frontend/src/Series/Details/EpisodeRow.css
+++ b/frontend/src/Series/Details/EpisodeRow.css
@@ -36,3 +36,9 @@
width: 100px;
}
+
+.releaseGroup {
+ composes: cell from '~Components/Table/Cells/TableRowCell.css';
+
+ width: 120px;
+}
diff --git a/frontend/src/Series/Details/EpisodeRow.js b/frontend/src/Series/Details/EpisodeRow.js
index fcd4a7905..bdb2dee7b 100644
--- a/frontend/src/Series/Details/EpisodeRow.js
+++ b/frontend/src/Series/Details/EpisodeRow.js
@@ -68,6 +68,7 @@ class EpisodeRow extends Component {
episodeFilePath,
episodeFileRelativePath,
episodeFileSize,
+ releaseGroup,
alternateTitles,
columns
} = this.props;
@@ -220,6 +221,17 @@ class EpisodeRow extends Component {
);
}
+ if (name === 'releaseGroup') {
+ return (
+
+ {releaseGroup}
+
+ );
+ }
+
if (name === 'status') {
return (