mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
add logging for libjass usage
This commit is contained in:
parent
33f016bb09
commit
1be3b13ba0
1 changed files with 1 additions and 0 deletions
|
@ -1104,6 +1104,7 @@ define(['browser', 'require', 'events', 'apphost', 'loading', 'dom', 'playbackMa
|
||||||
if (supportsCanvas() && supportsWebWorkers()) {
|
if (supportsCanvas() && supportsWebWorkers()) {
|
||||||
renderWithSubtitlesOctopus(videoElement, track, item);
|
renderWithSubtitlesOctopus(videoElement, track, item);
|
||||||
} else {
|
} else {
|
||||||
|
console.log('rendering subtitles with libjass');
|
||||||
renderWithLibjass(videoElement, track, item);
|
renderWithLibjass(videoElement, track, item);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue