feat(jellyfin): enable backdrops by default
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
ae73ee8f9c
commit
297e5bd43a
2 changed files with 5 additions and 0 deletions
|
@ -27,6 +27,11 @@ in {
|
|||
})
|
||||
]
|
||||
++ 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
|
||||
'';
|
||||
}))
|
||||
];
|
||||
}
|
||||
|
|
BIN
flake.lock
BIN
flake.lock
Binary file not shown.
Loading…
Reference in a new issue