Skip to content

Commit 1476259

Browse files
committed
turn spaces into tabs
1 parent ede72d3 commit 1476259

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

src/quality/quality.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -28,17 +28,17 @@ Object.assign(mejs.MepDefaults, {
2828
// Return it as named qualities
2929
const height = level.height
3030
if (height >= 4320) {
31-
return "8K UHD";
31+
return "8K UHD";
3232
} else if (height >= 2160) {
33-
return "UHD";
33+
return "UHD";
3434
} else if (height >= 1440) {
35-
return "QHD";
35+
return "QHD";
3636
} else if (height >= 1080) {
37-
return "FHD";
37+
return "FHD";
3838
} else if (height >= 720) {
39-
return "HD";
39+
return "HD";
4040
} else {
41-
return "SD";
41+
return "SD";
4242
}
4343

4444
// return it as 1080p, 720p etc.

0 commit comments

Comments
 (0)