1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-23 22:25:14 -04:00

fully functional traktAuthentication

using api.couchpota.to with comments
for when updated RadarrAPI is deployed
This commit is contained in:
geogolem
2017-02-16 21:26:38 -05:00
parent e0f72e4853
commit aa977eb2d5
8 changed files with 238 additions and 35 deletions
@@ -51,6 +51,12 @@ namespace NzbDrone.Core.Configuration
int NetImportSyncInterval { get; set; }
string ListSyncLevel { get; set; }
string ImportExclusions { get; set; }
string TraktAuthToken { get; set; }
string TraktRefreshToken { get; set; }
int TraktTokenExpiry { get; set; }
string NewTraktAuthToken { get; set; }
string NewTraktRefreshToken {get; set; }
int NewTraktTokenExpiry { get; set; }
//UI
int FirstDayOfWeek { get; set; }
@@ -60,6 +66,7 @@ namespace NzbDrone.Core.Configuration
string LongDateFormat { get; set; }
string TimeFormat { get; set; }
bool ShowRelativeDates { get; set; }
bool EnableColorImpairedMode { get; set; }
//Internal