Skip to content

Commit

Permalink
Update settings.js
Browse files Browse the repository at this point in the history
  • Loading branch information
YIFYtorrents authored Jun 18, 2016
1 parent 230dfb0 commit 36fb825
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ Settings.dhtLimit = 500;
Settings.streamPort = 0; // 0 = Random
Settings.tmpLocation = path.join(os.tmpDir(), 'Popcorn-Time');
Settings.databaseLocation = path.join(data_path, 'data');
Settings.deleteTmpOnClose = true;
Settings.deleteTmpOnClose = false;
Settings.automaticUpdating = true;
Settings.events = false;
Settings.minimizeToTray = false;
Expand All @@ -80,7 +80,7 @@ Settings.bigPicture = false;
// Features
Settings.activateTorrentCollection = true;
Settings.activateFakeSkan = true;
Settings.activateAutoplay = true;
Settings.activateAutoplay = false;
Settings.autoStoreTorrents = true;
Settings.activateWatchlist = false;
//Settings.activateFavorites = true;
Expand Down

0 comments on commit 36fb825

Please sign in to comment.