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 15, 2016
1 parent edfc314 commit 4d4b0db
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/settings.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Settings.postersJump = [134, 154, 174, 194, 214, 234, 254, 274, 294];
//Playback
Settings.alwaysFullscreen = false;
Settings.playNextEpisodeAuto = true;
Settings.chosenPlayer = 'local';
Settings.chosenPlayer = 'html5';

// Advanced UI
Settings.alwaysOnTop = false;
Expand Down Expand Up @@ -142,6 +142,7 @@ Settings.defaultHeight = Math.round(window.screen.availHeight * 0.8);
Settings.playerSubPosition = '0px';
Settings.playerVolume = '1';
Settings.tv_detail_jump_to = 'next';
Settings.rememberRegister = true;


var ScreenResolution = {
Expand Down

0 comments on commit 4d4b0db

Please sign in to comment.