1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2026-04-18 21:35:27 -04:00

Added support for custom UI folder

This commit is contained in:
Keivan Beigi
2015-07-21 19:42:38 -07:00
parent 760469fc5f
commit 98acd0d886
17 changed files with 192 additions and 131 deletions
+3 -1
View File
@@ -4,9 +4,11 @@
var phantom = false;
process.argv.forEach(function (val, index, array) {
if(val=== '--phantom'){
if (val === '--phantom') {
phantom = true;
}
});
console.log('Phantom:', phantom);
module.exports = phantom;