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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user