feat(jellyfin): enable backdrops by default
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-03-05 12:53:28 -05:00
parent ae73ee8f9c
commit 297e5bd43a
2 changed files with 8 additions and 3 deletions

View file

@ -27,6 +27,11 @@ in {
}) })
] ]
++ optionals (hasAttr "patches" o) o.patches; ++ optionals (hasAttr "patches" o) o.patches;
# Enable backdrops by default
postInstall = ''
sed -E -i 's/enableBackdrops\:function\(\)\{return P\}/enableBackdrops\:function\(\)\{return \_\}/' $out/share/jellyfin-web/main.jellyfin.bundle.js
'';
})) }))
]; ];
} }

View file

@ -637,11 +637,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1709656804, "lastModified": 1709661015,
"narHash": "sha256-eLxQgroNrf/qIog2OyyERJiPY/ml1H9jF6Zu+fy7qyg=", "narHash": "sha256-HXMinV0JohS1hg5FzYhcM9oyAbCqboJ5DJNqDqggOEE=",
"owner": "matt1432", "owner": "matt1432",
"repo": "nixos-jellyfin", "repo": "nixos-jellyfin",
"rev": "cec5ad901eed22ef64a6ea8072e5d6490c7643d6", "rev": "9fe8adc89a0c95e233a62153f8b4c4f3982ba9fb",
"type": "github" "type": "github"
}, },
"original": { "original": {