]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/pages/Schedule.js
better schedule start
[alttp.git] / resources / js / pages / Schedule.js
index 7c402e647b2208985f39591944e91090d0d44342..bf36c710163cf546c1edd43f553c2459cd18bd28 100644 (file)
@@ -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,
                        },