1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-11-06 09:19:38 +02: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

View File

@@ -183,7 +183,7 @@ class SeriesIndexRow extends Component {
<SeriesTitleLink
titleSlug={titleSlug}
title={title}
title={`${title}2`}
/>
}
</VirtualTableRowCell>