Legacy RateLimit

This commit is contained in:
2024-04-18 18:58:42 +02:00
parent 8f8d019861
commit b0f353819b
2 changed files with 2 additions and 2 deletions

View File

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