11 lines
145 B
C#
Raw Permalink Normal View History

2022-04-10 03:38:39 +03:00
namespace YoutubeDownloader.Core.Resolving;
public enum QueryResultKind
{
Video,
Playlist,
Channel,
Search,
2024-09-01 23:25:50 +03:00
Aggregate,
2023-10-21 17:58:59 +03:00
}