1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-23 22:25:56 -04:00

Fixed: Sorting search releases by language

This commit is contained in:
Bogdan
2023-05-26 23:19:42 +03:00
committed by GitHub
parent 3ac5edeb09
commit af55e322f1
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -44,7 +44,7 @@ export const defaultState = {
return 10000;
}
return item.languages[0].id;
return item.languages[0]?.id ?? 0;
},
rejections: function(item, direction) {