Reverted upnext times
This commit is contained in:
parent
563a06659b
commit
6db54c1502
|
@ -115,7 +115,7 @@ export default {
|
|||
data() {
|
||||
return {
|
||||
sheet: true,
|
||||
maxTimer: 150000,
|
||||
maxTimer: 15000,
|
||||
transitionBarWithStyle: {},
|
||||
timeoutId: null,
|
||||
};
|
||||
|
|
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue