implement video parsing

This commit is contained in:
Andrei Zavatski
2019-08-30 23:19:34 +03:00
parent 49fb21ffa9
commit 6e5cb8a318
30 changed files with 93 additions and 3 deletions

View File

@ -129,6 +129,8 @@ namespace osu.Game.Migrations
b.Property<string>("BackgroundFile");
b.Property<string>("VideoFile");
b.Property<int>("PreviewTime");
b.Property<string>("Source");