mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
delete quality button in video player just in case.
This commit is contained in:
parent
0a451226c1
commit
dd0e5c0cbe
1 changed files with 1 additions and 1 deletions
|
@ -318,7 +318,7 @@
|
|||
}
|
||||
|
||||
//remove custom buttons
|
||||
_V_.ControlBar.prototype.options.components.ResolutionSelectorButton;
|
||||
delete _V_.ControlBar.prototype.options.components.ResolutionSelectorButton;
|
||||
delete _V_.ControlBar.prototype.options.components.SubtitleSelectorButton;
|
||||
delete _V_.ControlBar.prototype.options.components.LanguageSelectorButton;
|
||||
delete _V_.ControlBar.prototype.options.components.ChapterSelectorButton;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue