mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
fix: remove dead code
This commit is contained in:
parent
976a74e4ca
commit
aa5bac5af9
1 changed files with 0 additions and 10 deletions
|
@ -213,10 +213,6 @@ function tryRemoveElement(elem) {
|
|||
/**
|
||||
* @type {null | undefined}
|
||||
*/
|
||||
#currentAssRenderer;
|
||||
/**
|
||||
* @type {number | undefined}
|
||||
*/
|
||||
#customTrackIndex;
|
||||
/**
|
||||
* @type {number | undefined}
|
||||
|
@ -1172,12 +1168,6 @@ function tryRemoveElement(elem) {
|
|||
jassub.destroy();
|
||||
}
|
||||
this.#currentAssRenderer = null;
|
||||
|
||||
const renderer = this.#currentAssRenderer;
|
||||
if (renderer) {
|
||||
renderer.setEnabled(false);
|
||||
}
|
||||
this.#currentAssRenderer = null;
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue