From 53593e4ab4601df3eada319cabbb68e6ce7da914 Mon Sep 17 00:00:00 2001 From: Joshua Boniface Date: Tue, 24 Sep 2024 01:35:29 -0400 Subject: [PATCH] Remove artist from song list --- static/js/APlayer.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/js/APlayer.js b/static/js/APlayer.js index e72f48b..483fc3e 100644 --- a/static/js/APlayer.js +++ b/static/js/APlayer.js @@ -121,8 +121,6 @@ (t += r(e.name)), (t += '\n '), (t += r(e.duration)), - (t += '\n '), - (t += r(e.artist)), (t += "\n\n"); }), t