feat(jellyfin): add intro-skipper repo
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
3ec46db389
commit
59011696e7
1 changed files with 11 additions and 0 deletions
|
@ -105,6 +105,17 @@ in {
|
||||||
downMixAudioBoost = 1;
|
downMixAudioBoost = 1;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
plugins.pluginRepositories = [
|
||||||
|
{
|
||||||
|
name = "Jellyfin Stable";
|
||||||
|
url = "https://repo.jellyfin.org/releases/plugin/manifest-stable.json";
|
||||||
|
}
|
||||||
|
{
|
||||||
|
name = "Intro Skipper";
|
||||||
|
url = "https://raw.githubusercontent.com/jumoog/intro-skipper/master/manifest.json";
|
||||||
|
}
|
||||||
|
];
|
||||||
|
|
||||||
advanced.logs.enableSlowResponseWarning = false;
|
advanced.logs.enableSlowResponseWarning = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue