This commit is contained in:
Will Tatam
2024-03-05 21:23:19 +00:00
parent 4f9675bf9f
commit 43e5a12b1d
2 changed files with 2 additions and 1 deletions

View File

@@ -406,7 +406,7 @@ void registerUsermods()
#endif
#ifdef USERMOD_AUTO_PLAYLIST
usermods.add(new AutoPlaylistUsermod());
usermods.add(new AutoPlaylistUsermod("Auto Playlist", true));
#endif