You've already forked Sonarr
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:
@@ -183,7 +183,7 @@ class SeriesIndexRow extends Component {
|
||||
|
||||
<SeriesTitleLink
|
||||
titleSlug={titleSlug}
|
||||
title={title}
|
||||
title={`${title}2`}
|
||||
/>
|
||||
}
|
||||
</VirtualTableRowCell>
|
||||
|
||||
Reference in New Issue
Block a user