update to 1.7.0, change "HR" to "HD"
This commit is contained in:
parent
3162679411
commit
49d8783daa
2 changed files with 2 additions and 2 deletions
|
|
@ -1513,7 +1513,7 @@
|
||||||
</a>
|
</a>
|
||||||
</div>
|
</div>
|
||||||
<div class="about-footer">
|
<div class="about-footer">
|
||||||
<p class="version">Version 1.6.0</p>
|
<p class="version">Version 1.7.0</p>
|
||||||
<p class="disclaimer">
|
<p class="disclaimer">
|
||||||
This is an independent client and is not affiliated with or endorsed by TIDAL or any
|
This is an independent client and is not affiliated with or endorsed by TIDAL or any
|
||||||
music streaming service.
|
music streaming service.
|
||||||
|
|
|
||||||
|
|
@ -132,7 +132,7 @@ export const createQualityBadgeHTML = (track) => {
|
||||||
|
|
||||||
const quality = deriveTrackQuality(track);
|
const quality = deriveTrackQuality(track);
|
||||||
if (quality === 'HI_RES_LOSSLESS') {
|
if (quality === 'HI_RES_LOSSLESS') {
|
||||||
return '<span class="quality-badge quality-hires" title="Hi-Res Lossless">HR</span>';
|
return '<span class="quality-badge quality-hires" title="Hi-Res Lossless">HD</span>';
|
||||||
}
|
}
|
||||||
return '';
|
return '';
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue