@uimaxbai/am-lyrics 0.6.2 → 0.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/am-lyrics.js +2 -2
- package/dist/src/am-lyrics.js.map +1 -1
- package/dist/src/react.js +2 -2
- package/dist/src/react.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/AmLyrics.ts +2 -2
package/dist/src/am-lyrics.js
CHANGED
|
@@ -78,7 +78,7 @@ const e$1=(e,t,c)=>(c.configurable=true,c.enumerable=true,Reflect.decorate&&"obj
|
|
|
78
78
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
79
79
|
*/function e(e,r){return (n,s,i)=>{const o=t=>t.renderRoot?.querySelector(e)??null;return e$1(n,s,{get(){return o(this)}})}}
|
|
80
80
|
|
|
81
|
-
const VERSION = '0.6.
|
|
81
|
+
const VERSION = '0.6.4';
|
|
82
82
|
const INSTRUMENTAL_THRESHOLD_MS = 3000; // Show ellipsis for gaps >= 3s
|
|
83
83
|
const KPOE_SERVERS = [
|
|
84
84
|
'https://lyricsplus.prjktla.workers.dev',
|
|
@@ -1231,7 +1231,7 @@ class AmLyrics extends i {
|
|
|
1231
1231
|
<span class="version-info">
|
|
1232
1232
|
v${VERSION} •
|
|
1233
1233
|
|
|
1234
|
-
href="https://github.com/uimaxbai/apple-music-web-components"
|
|
1234
|
+
<a href="https://github.com/uimaxbai/apple-music-web-components"
|
|
1235
1235
|
target="_blank"
|
|
1236
1236
|
rel="noopener noreferrer"
|
|
1237
1237
|
>Star me on GitHub</a
|