1
0
Fork 0
mirror of https://github.com/jellyfin/jellyfin-web synced 2025-03-30 19:56:21 +00:00

fixes #1161 - Emby offers trancoding while having Transcode disabled

This commit is contained in:
Luke Pulverenti 2015-09-02 12:03:59 -04:00
parent d8b5fd5867
commit 1a97ba078c
2 changed files with 9 additions and 4 deletions

View file

@ -620,8 +620,6 @@
AppSettings.maxStreamingBitrate(bitrate);
$('.videoQualityPopup').popup('close');
self.changeStream(self.getCurrentTicks(), {
Bitrate: bitrate
});