1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

Fixed: Sorting by movie title in Blocklist and History

Fixes #9234
This commit is contained in:
Bogdan
2023-10-05 01:02:35 +03:00
parent 2bea61bae5
commit cb2bed93cb
5 changed files with 8 additions and 5 deletions
+1 -1
View File
@@ -99,7 +99,7 @@ class HistoryRow extends Component {
);
}
if (name === 'movies.sortTitle') {
if (name === 'movieMetadata.sortTitle') {
return (
<TableRowCell key={name}>
<MovieTitleLink