mirror of
https://github.com/Radarr/Radarr.git
synced 2024-11-04 10:02:40 +01:00
History and missing show 15 items now
This commit is contained in:
parent
3010ed6073
commit
75def198e4
@ -5,7 +5,7 @@ define(['app', 'History/Model'], function () {
|
||||
model : NzbDrone.History.Model,
|
||||
|
||||
state: {
|
||||
pageSize: 10,
|
||||
pageSize: 15,
|
||||
sortKey: "date",
|
||||
order: 1
|
||||
},
|
||||
|
@ -5,7 +5,7 @@ define(['app', 'Series/EpisodeModel'], function () {
|
||||
model : NzbDrone.Series.EpisodeModel,
|
||||
|
||||
state: {
|
||||
pageSize: 10,
|
||||
pageSize: 15,
|
||||
sortKey: "airDate",
|
||||
order: 1
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user