Skip to content

Commit

Permalink
update image quality
Browse files Browse the repository at this point in the history
  • Loading branch information
LukePulverenti committed Jul 25, 2016
1 parent e8d1877 commit 99c6f69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MediaBrowser.WebDashboard/dashboard-ui/scripts/site.js
Original file line number Diff line number Diff line change
Expand Up @@ -955,7 +955,7 @@
// The native app can handle a little bit more than safari
if (AppInfo.isNativeApp) {

quality -= 10;
quality -= 5;
} else {
quality -= 20;
}
Expand Down

0 comments on commit 99c6f69

Please sign in to comment.