Skip to content

Commit 442839c

Browse files
committed
Update code docs
1 parent 479b2a8 commit 442839c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/components_video_OSD.bs.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -262,9 +262,9 @@
262262
end if
263263
' Episode number
264264
if isValid(m.top.episodeNumber)
265-
episodeInfoText = episodeInfoText + `:${tr("E")}${m.top.episodeNumber}`
265+
episodeInfoText = episodeInfoText + `${tr("E")}${m.top.episodeNumber}`
266266
else
267-
episodeInfoText = episodeInfoText + `:${tr("E")}??`
267+
episodeInfoText = episodeInfoText + `${tr("E")}??`
268268
end if
269269
' Episode number end
270270
if isValid(m.top.episodeNumberEnd) and m.top.episodeNumberEnd <> 0 and m.top.episodeNumberEnd > m.top.episodeNumber

0 commit comments

Comments
 (0)