X-Git-Url: https://git.localhorst.tv/?a=blobdiff_plain;f=resources%2Fjs%2Fpages%2FSchedule.js;h=bf36c710163cf546c1edd43f553c2459cd18bd28;hb=3544909490592e8c2387f3347ee5e12a8c0414be;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, },