Merge pull request #3668 from dmitrylyzo/show-play-settings
(cherry picked from commit 0701c4dff395bde4e87b99155d2f8de74f82b71c) Signed-off-by: crobibero <cody@robibe.ro>
This commit is contained in:
committed by
crobibero
parent
1dbbb4c65d
commit
e6b31e3e85
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user