Archived
1
0

[In progress] - Rebuilding video player mechanics to work with DASH manifest

- Fixed crashes on opening links which don't contain http(s) prefix
- Fixed backward navigation with minimized video
This commit is contained in:
Michael Gordeev
2019-05-09 21:39:10 +03:00
parent 5eb56f2335
commit ade5c85eed
11 changed files with 197 additions and 155 deletions
+1 -1
View File
@@ -107,7 +107,7 @@
<Compile Include="Classes\Methods.cs" />
<Compile Include="Classes\SearchPaameters.cs" />
<Compile Include="Classes\SettingsStorage.cs" />
<Compile Include="Classes\VideoProcessor.cs" />
<Compile Include="Classes\ManifestGenerator.cs" />
<Compile Include="Controls\Advert.xaml.cs">
<DependentUpon>Advert.xaml</DependentUpon>
</Compile>