Legacy RateLimit remove

This commit is contained in:
2024-04-18 19:00:28 +02:00
parent b0f353819b
commit b1f72dcb81
2 changed files with 0 additions and 2 deletions

View File

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