mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-20 23:02:36 -04:00
97d92e7087
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.