From 6db54c1502b21d1fa57119f6368f711d14ea3658 Mon Sep 17 00:00:00 2001 From: Travis Shivers Date: Sun, 21 Jun 2020 21:05:07 -0500 Subject: [PATCH] Reverted upnext times --- src/components/upnext.vue | 2 +- src/store/actions.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/upnext.vue b/src/components/upnext.vue index ff6d6a6d..4d13a42c 100644 --- a/src/components/upnext.vue +++ b/src/components/upnext.vue @@ -115,7 +115,7 @@ export default { data() { return { sheet: true, - maxTimer: 150000, + maxTimer: 15000, transitionBarWithStyle: {}, timeoutId: null, }; diff --git a/src/store/actions.js b/src/store/actions.js index f76667f0..17ea1099 100644 --- a/src/store/actions.js +++ b/src/store/actions.js @@ -36,7 +36,7 @@ export default { if (getters['synclounge/AM_I_HOST']) { if (timeline.playerState !== 'stopped' && timeline.duration && timeline.time - && (timeline.duration - timeline.time) < 60000 + && (timeline.duration - timeline.time) < 10000 && getters['plexclients/GET_ACTIVE_MEDIA_METADATA'].type === 'episode' ) { if (!getters.GET_UP_NEXT_TRIGGERED) {