fix #1086 (There is no way to sort all movies by 0xDB Id)
This commit is contained in:
parent
650a5f199c
commit
65462b2264
1 changed files with 7 additions and 0 deletions
|
@ -402,6 +402,13 @@
|
||||||
"columnWidth": 90,
|
"columnWidth": 90,
|
||||||
"sort": true
|
"sort": true
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"id": "oxdbId",
|
||||||
|
"title": "0xDB ID",
|
||||||
|
"type": "string",
|
||||||
|
"columnWidth": 90,
|
||||||
|
"sort": true
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"id": "subtitles",
|
"id": "subtitles",
|
||||||
"title": "Subtitles",
|
"title": "Subtitles",
|
||||||
|
|
Loading…
Reference in a new issue