mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Merge pull request #3668 from dmitrylyzo/show-play-settings
(cherry picked from commit 0701c4dff3
)
Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
parent
1dbbb4c65d
commit
e6b31e3e85
3 changed files with 6 additions and 8 deletions
|
@ -199,7 +199,8 @@ function showWithUser(options, player, user) {
|
|||
});
|
||||
}
|
||||
|
||||
if (user && user.Policy.EnableVideoPlaybackTranscoding) {
|
||||
if (options.quality && supportedCommands.includes('SetMaxStreamingBitrate')
|
||||
&& user?.Policy?.EnableVideoPlaybackTranscoding) {
|
||||
const secondaryQualityText = getQualitySecondaryText(player);
|
||||
|
||||
menuItems.push({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue