Merge branch 'auto-playlist' of https://github.com/netmindz/WLED into auto-playlist

This commit is contained in:
Troy
2024-04-05 15:45:24 -04:00

View File

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