mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 22:07:19 -05:00
EncodingOptions.TranscodingTempPath can be empty (and is by default), the correct way to get the trancode path is EncodingConfigurationExtensions.GetTranscodePath which falls back to $CACHEPATH/transcodes when EncodingOptions.TranscodingTempPath is null or empty.