Removed duplicate media type I added

The "missing" media type wasn't actually missing
This commit is contained in:
ltctceplrm 2023-12-08 02:24:00 +01:00
parent 826566c874
commit a31a6191cd

View file

@ -7,5 +7,4 @@ export enum MediaType {
Wiki = 'wiki',
BoardGame = 'boardgame',
Book = 'book',
Manga = 'manga',
}