mirror of
https://github.com/C9Glax/tranga.git
synced 2025-10-16 10:20:46 +02:00
Enums as string
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
namespace API.MangaDownloadClients;
|
||||
|
||||
public enum RequestType : byte
|
||||
public enum RequestType
|
||||
{
|
||||
Default = 0,
|
||||
MangaDexFeed = 1,
|
||||
MangaImage = 2,
|
||||
MangaCover = 3,
|
||||
MangaDexImage = 5,
|
||||
MangaInfo = 6
|
||||
Default,
|
||||
MangaDexFeed,
|
||||
MangaImage,
|
||||
MangaCover,
|
||||
MangaInfo
|
||||
}
|
Reference in New Issue
Block a user