mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
minor changes
This commit is contained in:
parent
bd2fdf4c70
commit
b232117ff5
1 changed files with 1 additions and 1 deletions
|
@ -1035,7 +1035,7 @@ function tryRemoveElement(elem) {
|
||||||
* @private
|
* @private
|
||||||
*/
|
*/
|
||||||
renderSsaAss(videoElement, track, item) {
|
renderSsaAss(videoElement, track, item) {
|
||||||
const avaliableFonts = new Array();
|
const avaliableFonts = [];
|
||||||
const attachments = this._currentPlayOptions.mediaSource.MediaAttachments || [];
|
const attachments = this._currentPlayOptions.mediaSource.MediaAttachments || [];
|
||||||
attachments.map(function (i) {
|
attachments.map(function (i) {
|
||||||
// embedded font url
|
// embedded font url
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue