GitHub bot: fix linting issues (nobuild)

This commit is contained in:
github-actions
2025-07-11 23:57:46 +00:00
parent 0447ee74c9
commit d7d92998b1
2 changed files with 5 additions and 14 deletions

View File

@@ -1,6 +1,7 @@
## 4.9.1.6 (12-07-2025)
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)
## 4.9.1.3 (28-06-2025)
- Update to latest version from linuxserver/docker-emby (changelog : https://github.com/linuxserver/docker-emby/releases)

View File

@@ -1,13 +1,6 @@
{
"arch": [
"aarch64",
"amd64"
],
"backup_exclude": [
"*/cache/",
"*/transcoding-temp/",
"*/logs/*"
],
"arch": ["aarch64", "amd64"],
"backup_exclude": ["*/cache/", "*/transcoding-temp/", "*/logs/*"],
"codenotary": "alexandrep.github@gmail.com",
"description": "A free Software Media System that puts you in control of managing and streaming your media (beta version)",
"devices": [
@@ -109,10 +102,7 @@
"8096/tcp": "web interface",
"8920/tcp": "https web interface (optional)"
},
"privileged": [
"SYS_ADMIN",
"DAC_READ_SEARCH"
],
"privileged": ["SYS_ADMIN", "DAC_READ_SEARCH"],
"schema": {
"PGID": "int",
"PUID": "int",