Merge pull request #161 from C9Glax/MangaDexRequestLimitChange

MangaDex request limit change
This commit is contained in:
2024-04-18 23:54:44 +02:00
committed by GitHub
2 changed files with 4 additions and 3 deletions

View File

@@ -6,7 +6,6 @@ public enum RequestType : byte
MangaDexFeed = 1,
MangaImage = 2,
MangaCover = 3,
MangaDexAuthor = 4,
MangaDexImage = 5,
MangaInfo = 6
}