Skip to content

Commit

Permalink
Add basics for trakt.tv settings in settingsservice re #27
Browse files Browse the repository at this point in the history
  • Loading branch information
SchizoDuckie committed Jul 5, 2014
1 parent 294fd3e commit 3f1f0bd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion js/services/SettingsService.js
Expand Up @@ -25,7 +25,10 @@ angular.module('DuckieTV.providers.settings', [])
'storage.sync': true,
'calendar.mode': 'date',
'background-rotator.opacity': '0.4',
'locale': 'en_us'
'locale': 'en_us',
'trakttv.sync': false,
'trakttv.username': null,
'trakttv.passwordHash': null
},

/**
Expand Down

0 comments on commit 3f1f0bd

Please sign in to comment.