Various scripts that I maintain
utils scripts
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

Update lyricfetch.nu

+1 -1
+1 -1
scripts/lyricfetch.nu
··· 27 27 } 28 28 } 29 29 30 - if $db._METADATA.version >= 2 { 30 + if $db._METADATA.version > 1 { 31 31 error make { 32 32 msg: "Incompatible database version" 33 33 }