Fix lint
This commit is contained in:
parent
e0a6ad943f
commit
1c57483f20
2 changed files with 2 additions and 2 deletions
|
@ -598,7 +598,7 @@ import ServerConnections from '../ServerConnections';
|
|||
function getNextUpFetchFn(serverId, userSettings) {
|
||||
return function () {
|
||||
const apiClient = ServerConnections.getApiClient(serverId);
|
||||
let oldestDateForNextUp = new Date()
|
||||
const oldestDateForNextUp = new Date();
|
||||
oldestDateForNextUp.setDate(oldestDateForNextUp.getDate() - userSettings.maxDaysForNextUp());
|
||||
return apiClient.getNextUpEpisodes({
|
||||
Limit: enableScrollX() ? 24 : 15,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue