1
0
Fork 0
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

This commit is contained in:
Joshua M. Boniface 2022-06-06 11:52:20 -04:00 committed by GitHub
commit 0701c4dff3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 8 deletions

View file

@ -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({