1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

chore: remove leftover comment

This commit is contained in:
gnattu 2024-04-08 14:03:02 +08:00
parent be3b321ffb
commit 4b054caebd

View file

@ -723,7 +723,6 @@ export default function (options) {
enableFmp4Hls = false;
}
profile.TranscodingProfiles.push({
// hlsjs, edge, and android all seem to require ts container
Container: enableFmp4Hls ? 'mp4' : 'ts',
Type: 'Audio',
AudioCodec: 'aac',