We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f37a945 commit a6fb5d8Copy full SHA for a6fb5d8
src/renderer/helpers/api/local.js
@@ -323,6 +323,10 @@ export async function getLocalVideoInfo(id) {
323
url.searchParams.set('pot', contentPoToken)
324
url.searchParams.set('c', clientName)
325
326
+ // Remove &xosf=1 as it adds `position:63% line:0%` to the subtitle lines
327
+ // placing them in the top right corner
328
+ url.searchParams.delete('xosf')
329
+
330
captionTrack.base_url = url.toString()
331
}
332
0 commit comments