updated notification ui

This commit is contained in:
Keivan
2010-10-17 23:06:16 -07:00
parent 273de41d23
commit 9c7500d4ae
11 changed files with 93 additions and 77 deletions

View File

@@ -37,7 +37,7 @@ namespace NzbDrone.Core.Providers.Fakes
fakeNotification.Status = NotificationStatus.InProgress;
fakeNotification2.CurrentStatus = DateTime.UtcNow.ToString();
fakeNotification.CurrentStatus = DateTime.Now.ToString();
return new List<ProgressNotification> { fakeNotification , fakeNotification2 };
return new List<ProgressNotification> { fakeNotification };
}
}