mirror of
https://github.com/Radarr/Radarr
synced 2025-12-06 08:28:50 +01:00
parent
b9185574f3
commit
6542119402
1 changed files with 1 additions and 1 deletions
|
|
@ -227,7 +227,7 @@ export const defaultState = {
|
|||
collection: function(item) {
|
||||
const { collection ={} } = item;
|
||||
|
||||
return collection.name;
|
||||
return collection.title;
|
||||
},
|
||||
|
||||
originalLanguage: function(item) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue