mirror of
https://github.com/Radarr/Radarr
synced 2024-12-23 00:12:44 +00: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