fixed typo in default value for hardware acceleration

This commit is contained in:
Snorre 2025-04-03 11:22:10 +02:00
parent 7584b9979d
commit 99595ddfb5

View file

@ -72,7 +72,7 @@ with lib; {
If you misconfigure this your streams **will not work**!.
More info: https://jellyfin.org/docs/general/administration/hardware-acceleration/
'';
default = "None";
default = "none";
};
EncoderAppPathDisplay = mkOption {
type = types.str;