1.0-dev8 (Video panel and videos list added)
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
namespace VDownload.Core.Enums
|
||||
{
|
||||
public enum DefaultLocationType
|
||||
{
|
||||
Last,
|
||||
Selected
|
||||
}
|
||||
}
|
||||
9
VDownload.Core/Enums/VideoStatus.cs
Normal file
9
VDownload.Core/Enums/VideoStatus.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace VDownload.Core.Enums
|
||||
{
|
||||
public enum VideoStatus
|
||||
{
|
||||
Idle,
|
||||
Waiting,
|
||||
InProgress
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user