Add missing genres on the front

This commit is contained in:
Zoe Roux 2024-04-09 23:17:21 +02:00
parent e4403cc17c
commit a085650a2e
No known key found for this signature in database

View File

@ -37,4 +37,10 @@ export enum Genre {
Thriller = "Thriller",
War = "War",
Western = "Western",
Kids = "Kids",
News = "News",
Reality = "Reality",
Soap = "Soap",
Talk = "Talk",
Politics = "Politics",
}