11 lines
145 B
C#
11 lines
145 B
C#
namespace YoutubeDownloader.Core.Resolving;
|
|
|
|
public enum QueryResultKind
|
|
{
|
|
Video,
|
|
Playlist,
|
|
Channel,
|
|
Search,
|
|
Aggregate,
|
|
}
|