X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fpages%2FSchedule.js;h=bf36c710163cf546c1edd43f553c2459cd18bd28;hb=212561cf1c6724b52c490104f5a2b4c3418b1c62;hp=7c402e647b2208985f39591944e91090d0d44342;hpb=16662be0b3432d67307ae8c2bb798362d77bab99;p=alttp.git diff --git a/resources/js/pages/Schedule.js b/resources/js/pages/Schedule.js index 7c402e6..bf36c71 100644 --- a/resources/js/pages/Schedule.js +++ b/resources/js/pages/Schedule.js @@ -87,7 +87,7 @@ const Schedule = ({ user }) => { axios.get(`/api/episodes`, { signal: controller.signal, params: { - after: moment().subtract(8, 'hours').subtract(behind, 'days').toISOString(), + after: moment().subtract(2, 'hours').subtract(behind, 'days').toISOString(), before: moment().add(16, 'hours').add(ahead, 'days').toISOString(), ...filter, },