tangled
alpha
login
or
join now
matrixfurry.com
/
scripts
1
fork
atom
Various scripts that I maintain
1
fork
atom
overview
issues
pulls
pipelines
Update lyricfetch.nu
matrixfurry.com
7 months ago
0e467936
63453e99
verified
This commit was signed with the committer's
known signature
.
matrixfurry.com
SSH Key Fingerprint:
SHA256:68a4335QUqf4PR8E4jmNMaKH1SIxm7r+LLY9m/8nc/s=
+1
-1
1 changed file
expand all
collapse all
unified
split
scripts
lyricfetch.nu
+1
-1
scripts/lyricfetch.nu
···
27
27
}
28
28
}
29
29
30
30
-
if $db._METADATA.version >= 2 {
30
30
+
if $db._METADATA.version > 1 {
31
31
error make {
32
32
msg: "Incompatible database version"
33
33
}