diff --git a/.gitmodules b/.gitmodules
new file mode 100644
index 0000000..0f160b5
--- /dev/null
+++ b/.gitmodules
@@ -0,0 +1,3 @@
+[submodule "website"]
+ path = website
+ url = https://github.com/enstrayed/website
diff --git a/liberals/libnowplaying.js b/liberals/libnowplaying.js
index 04c7ce5..0bfb6a2 100644
--- a/liberals/libnowplaying.js
+++ b/liberals/libnowplaying.js
@@ -60,7 +60,7 @@ async function queryJellyfin() {
"artUrl": `${globalConfig.nowplaying.jellyfin.hostPublic}/Items/${response[x].NowPlayingItem.Id}/Images/Primary`,
"link": `https://www.last.fm/music/${response[x].NowPlayingItem.Artists[0].replaceAll(" ","+")}/_/${response[x].NowPlayingItem.Name.replaceAll(" ","+")}`
},
- "html": `
I'm listening to
from ${response[x].NowPlayingItem.Album ?? `${response[x].NowPlayingItem.Name} (Single)`}
View on Last.fm