Archived
1
0

Bug fixes, improvements, #283, #282: Fixed, #194: Done

This commit is contained in:
Michael Gordeev
2019-02-23 21:09:56 +03:00
parent 6a12c7809d
commit a3fedccfbe
18 changed files with 190 additions and 135 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ namespace FoxTube.Background
{
public sealed class BackgroundProcessor : IBackgroundTask
{
private DateTime lastCheck = DateTime.Now;
private DateTime lastCheck;
private readonly ApplicationDataContainer settings = ApplicationData.Current.RoamingSettings;
dynamic prefs;
private readonly YouTubeService Service = new YouTubeService(new BaseClientService.Initializer()