Skip to content

Commit

Permalink
Version 35:
Browse files Browse the repository at this point in the history
* Minor bugfix in v35 prerelease.
  • Loading branch information
bp2008 committed Jun 23, 2018
1 parent bb353d0 commit 07e46f1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ui3/ui3.js
Original file line number Diff line number Diff line change
Expand Up @@ -13105,8 +13105,8 @@ function GenericQualityHelper()
{
var upgradeMap = {
"1440p^": { abbr: "4MP", aClr: "#0048A2" },
"1080^": { abbr: "2MP", aClr: "#004882" },
"720^": { abbr: "1MP", aClr: "#003862" },
"1080p^": { abbr: "2MP", aClr: "#004882" },
"720p^": { abbr: "1MP", aClr: "#003862" },
"480p": { abbr: "480p", aClr: "#884400" },
"360p": { abbr: "360p", aClr: "#883000" },
"240p": { abbr: "240p", aClr: "#882000" },
Expand Down

0 comments on commit 07e46f1

Please sign in to comment.