Base jellyfin freebox application

This commit is contained in:
Aurelien Vaillant
2024-08-12 15:14:19 +02:00
commit f80433ebe5
6 changed files with 178 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "Jellyfin",
"identifier": "com.stilobique.jellyfin",
"description": "Jellyfin for Freebox",
"icon": "icon.png",
"entryPoints": {
"main": {
"file": "Jellyfin.qml",
"default": true
}
}
}