We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 479b2a8 commit 442839cCopy full SHA for 442839c
1 file changed
docs/components_video_OSD.bs.html
@@ -262,9 +262,9 @@
262
end if
263
' Episode number
264
if isValid(m.top.episodeNumber)
265
- episodeInfoText = episodeInfoText + `:${tr("E")}${m.top.episodeNumber}`
+ episodeInfoText = episodeInfoText + `${tr("E")}${m.top.episodeNumber}`
266
else
267
- episodeInfoText = episodeInfoText + `:${tr("E")}??`
+ episodeInfoText = episodeInfoText + `${tr("E")}??`
268
269
' Episode number end
270
if isValid(m.top.episodeNumberEnd) and m.top.episodeNumberEnd <> 0 and m.top.episodeNumberEnd > m.top.episodeNumber
0 commit comments