1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-20 21:54:58 -04:00

Fix webpack memory leak when copying HTML files

This commit is contained in:
Mark McDowall
2021-05-18 23:22:34 -07:00
parent 32f2d417d3
commit 2804a961cb
5 changed files with 542 additions and 62 deletions
@@ -183,7 +183,7 @@ class SeriesIndexRow extends Component {
<SeriesTitleLink
titleSlug={titleSlug}
title={title}
title={`${title}2`}
/>
}
</VirtualTableRowCell>