1
0
Fork 0
mirror of https://github.com/Chocobozzz/PeerTube.git synced 2025-10-03 09:49:20 +02:00

Use unknown when category is not set

Unstead of Misc, that could be a real category
This commit is contained in:
Chocobozzz 2023-01-19 14:09:57 +01:00
parent 1f6dd00844
commit 32fde390f4
No known key found for this signature in database
GPG key ID: 583A612D890159BE
4 changed files with 3 additions and 4 deletions

View file

@ -90,7 +90,6 @@ Object.values(VIDEO_CATEGORIES)
// More keys
Object.assign(serverKeys, {
Misc: 'Misc',
Unknown: 'Unknown'
})