mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2026-09-03 03:50:02 +03:00
Fix setting pgs renderer aspect ratio
Co-authored-by: Dmitry Lyzo <56478732+dmitrylyzo@users.noreply.github.com>
This commit is contained in:
co-authored by
Dmitry Lyzo
parent
34282e821a
commit
408b31e97a
@@ -2112,7 +2112,7 @@ export class HtmlVideoPlayer {
|
||||
}
|
||||
|
||||
if (this.#currentPgsRenderer) {
|
||||
this.#currentPgsRenderer = val === 'auto' ? 'contain' : val;
|
||||
this.#currentPgsRenderer.aspectRatio = val === 'auto' ? 'contain' : val;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user