chore(jellyfin): misc changes for update
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
6bb2b3c8c2
commit
3d6873da69
3 changed files with 4 additions and 3 deletions
|
@ -44,7 +44,7 @@ in {
|
|||
}
|
||||
{
|
||||
name = "Intro Skipper";
|
||||
url = "https://raw.githubusercontent.com/jumoog/intro-skipper/master/manifest.json";
|
||||
url = "https://manifest.intro-skipper.org/manifest.json";
|
||||
}
|
||||
{
|
||||
name = "Merge Versions Plugin";
|
||||
|
|
|
@ -13,7 +13,8 @@ in {
|
|||
package = jellyPkgs.jellyfin;
|
||||
webPackage = jellyPkgs.jellyfin-web.overrideAttrs {
|
||||
postInstall = ''
|
||||
sed -E -i 's/enableBackdrops\:function\(\)\{return \_\}/enableBackdrops\:function\(\)\{return P\}/' $out/share/jellyfin-web/main.jellyfin.bundle.js
|
||||
substituteInPlace $out/share/jellyfin-web/main.jellyfin.bundle.js --replace-fail \
|
||||
'enableBackdrops:function(){return L}' 'enableBackdrops:function(){return _}'
|
||||
'';
|
||||
};
|
||||
ffmpegPackage = jellyPkgs.jellyfin-ffmpeg;
|
||||
|
|
|
@ -23,7 +23,7 @@
|
|||
text = ''
|
||||
cd "$FLAKE" || return
|
||||
|
||||
nix-fast-build -f .#nixFastChecks
|
||||
nix-fast-build -f .#nixFastChecks | grep -v 'error (ignored): error: SQLite database'
|
||||
'';
|
||||
};
|
||||
in {
|
||||
|
|
Loading…
Reference in a new issue