9 lines
117 B
C#
9 lines
117 B
C#
namespace VDownload.Core.Enums
|
|
{
|
|
public enum PlaylistSource
|
|
{
|
|
TwitchChannel,
|
|
Null
|
|
}
|
|
}
|