Fix #304 arChannels was forced to be equal to arGuide
This commit is contained in:
parent
ceb9a4574b
commit
210a93043a
@ -136,7 +136,7 @@ class PlexServerDB
|
||||
if (typeof(arGuide) === 'undefined') {
|
||||
arGuide = true;
|
||||
}
|
||||
let arChannels = server.arGuide;
|
||||
let arChannels = server.arChannels;
|
||||
if (typeof(arChannels) === 'undefined') {
|
||||
arChannels = false;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user