Add service icons to Ffmpeg (#113294)

pull/113411/head
Joost Lekkerkerker 2024-03-14 13:47:11 +01:00 committed by GitHub
parent 0eda6e86c5
commit 5e04653431
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
{
"services": {
"restart": "mdi:restart",
"start": "mdi:start",
"stop": "mdi:stop"
}
}