mirror of
https://github.com/jellyfin/jellyfin-web.git
synced 2024-11-16 10:28:18 -07:00
delete quality button in video player just in case.
This commit is contained in:
parent
0a451226c1
commit
dd0e5c0cbe
@ -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…
Reference in New Issue
Block a user