Add jellyfin box set plugin

Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
2025-07-17 17:46:53 +01:00
parent 752caa0321
commit dca420751a
4 changed files with 23 additions and 1 deletions

View File

@@ -55,6 +55,7 @@
jellyfin-plugin-reports = import ./jellyfin/plugins/reports { inherit pkgs; };
jellyfin-plugin-sso = import ./jellyfin/plugins/sso { inherit pkgs; };
jellyfin-plugin-subtitleextract = import ./jellyfin/plugins/subtitleextract { inherit pkgs; };
jellyfin-plugin-tmdbboxsets = import ./jellyfin/plugins/tmdbboxsets { inherit pkgs; };
jellyfin-plugin-tvdb = import ./jellyfin/plugins/tvdb { inherit pkgs; };
linux-firmware-latest = import ./linux-firmware-latest { inherit pkgs; };