Archived
1
0

- Updated NuGet packs

- Added quality switcher to livestreams
- Fixed SettingsStorage cast
- Completed ManifestGenerator (but still doesn't work)
- Refactored and redesigned player
- Created test project
This commit is contained in:
Michael Gordeev
2019-05-14 19:34:04 +03:00
parent ade5c85eed
commit cebbf4fef5
29 changed files with 1244 additions and 798 deletions
+15
View File
@@ -0,0 +1,15 @@
using System;
using Microsoft.VisualStudio.TestTools.UnitTesting;
namespace FoxTube.Tests
{
[TestClass]
public class UnitTest1
{
[TestMethod]
public void TestMethod1()
{
}
}
}