feat(jellyfin): add intro-skipper repo
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-03-05 11:00:09 -05:00
parent 3ec46db389
commit 59011696e7

View file

@ -105,6 +105,17 @@ in {
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;
};
};