1.0-dev8 (Video panel and videos list added)

This commit is contained in:
2022-02-28 13:31:58 +01:00
Unverified
parent f571a42995
commit b08ec52861
39 changed files with 753 additions and 133 deletions

View File

@@ -1,8 +0,0 @@
namespace VDownload.Core.Enums
{
public enum DefaultLocationType
{
Last,
Selected
}
}

View File

@@ -0,0 +1,9 @@
namespace VDownload.Core.Enums
{
public enum VideoStatus
{
Idle,
Waiting,
InProgress
}
}