mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-09-17 17:14:18 +02:00
Fixed sorting on episode tables
This commit is contained in:
@@ -32,6 +32,11 @@ define(
|
||||
}
|
||||
|
||||
return 0;
|
||||
},
|
||||
|
||||
state: {
|
||||
sortKey: 'episodeNumber',
|
||||
order : -1
|
||||
}
|
||||
});
|
||||
});
|
||||
|
Reference in New Issue
Block a user