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