feat: remove Webtoon option from Library Types (#254)

Fixes #251
This commit is contained in:
Leonardo Dias 2021-06-03 17:46:57 -03:00 committed by GitHub
parent b38ea8186e
commit c12879cda9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,8 +9,6 @@ namespace API.Entities.Enums
[Description("Comic")]
Comic = 1,
[Description("Book")]
Book = 2,
[Description("Webtoon")]
Webtoon = 3
Book = 2
}
}