Fix #304 arChannels was forced to be equal to arGuide

This commit is contained in:
vexorian 2021-05-16 07:57:57 -04:00
parent ceb9a4574b
commit 210a93043a

View File

@ -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;
}