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:
parent
1f6dd00844
commit
32fde390f4
4 changed files with 3 additions and 4 deletions
|
@ -90,7 +90,6 @@ Object.values(VIDEO_CATEGORIES)
|
|||
|
||||
// More keys
|
||||
Object.assign(serverKeys, {
|
||||
Misc: 'Misc',
|
||||
Unknown: 'Unknown'
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue