1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-24 22:36:19 -04:00

Fixed: Sorting queue by episode properties when not all items have an episode

This commit is contained in:
Mark McDowall
2020-03-19 10:11:07 -07:00
parent bc01384cc7
commit eb51a42f60
2 changed files with 3 additions and 2 deletions
@@ -77,6 +77,7 @@ export const defaultState = {
{
name: 'episode.title',
label: 'Episode Title',
isSortable: true,
isVisible: true
},
{