1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-10-05 15:47:20 +02:00

Fixed: Collections not sorting properly on Index

Fixes #7577
This commit is contained in:
Qstick 2022-09-08 20:02:18 -05:00
parent b9185574f3
commit 6542119402

View File

@ -227,7 +227,7 @@ export const defaultState = {
collection: function(item) {
const { collection ={} } = item;
return collection.name;
return collection.title;
},
originalLanguage: function(item) {