Archived
1
0

- Fresh start

- Added new core project
- Done main layout design
- Done video, channel, playlist and advert cards
This commit is contained in:
Michael Gordeev
2019-11-10 20:05:15 +03:00
parent bf7ebbf21c
commit 893a86517b
99 changed files with 1002 additions and 10582 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ namespace FoxTube.Background
{
public sealed class BackgroundProcessor : IBackgroundTask
{
public async void Run(IBackgroundTaskInstance taskInstance)
public void Run(IBackgroundTaskInstance taskInstance)
{
}