2025-02-13, 04:37 PM
(This post was last modified: 2025-02-14, 04:55 PM by jellona. Edited 1 time in total.)
I managed to do this. Tested with Jellyfin 10.10.5
Find this code:
Replace with:
Then find this code:
Replace with:
Find this code:
Code:
f.AlwaysBurnInSubtitleWhenTranscoding=c.A.alwaysBurnInSubtitleWhenTranscoding()
Replace with:
Code:
f.AlwaysBurnInSubtitleWhenTranscoding=true
Then find this code:
Code:
{key:"alwaysBurnInSubtitleWhenTranscoding",value:function(e){return void 0!==e?this.set("alwaysBurnInSubtitleWhenTranscoding",e.toString()):(0,o.G4)(this.get("alwaysBurnInSubtitleWhenTranscoding"),!1)}}
Replace with:
Code:
{key:"alwaysBurnInSubtitleWhenTranscoding",value:function(e){return true}}