Reverted upnext times

This commit is contained in:
Travis Shivers 2020-06-21 21:05:07 -05:00
parent 563a06659b
commit 6db54c1502
2 changed files with 2 additions and 2 deletions

View File

@ -115,7 +115,7 @@ export default {
data() {
return {
sheet: true,
maxTimer: 150000,
maxTimer: 15000,
transitionBarWithStyle: {},
timeoutId: null,
};

View File

@ -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) {