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 5 additions and 0 deletions

View file

@ -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
'';
}))
];
}

Binary file not shown.