diff --git a/app/app.ejs b/app/app.ejs index b7accfa..864c46a 100644 --- a/app/app.ejs +++ b/app/app.ejs @@ -259,7 +259,7 @@ angular }) $localForage.getItem('streamDirection').then(function (streamDirection) { - ctrl.streamDirection = undefined === streamDirection ? true : streamDirection + ctrl.streamDirection = undefined === streamDirection || streamDirection === null ? true : streamDirection }) /*!