1.0-dev7 (Video adding panel added)
This commit is contained in:
9
VDownload.Core/Enums/VideoSource.cs
Normal file
9
VDownload.Core/Enums/VideoSource.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace VDownload.Core.Enums
|
||||
{
|
||||
public enum VideoSource
|
||||
{
|
||||
TwitchVod,
|
||||
TwitchClip,
|
||||
Null
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user