This commit is contained in:
Max Kellermann
2022-09-27 20:34:34 +02:00
3 changed files with 6 additions and 0 deletions

View File

@@ -395,6 +395,10 @@ handle_config(Client &client, [[maybe_unused]] Request args, Response &r)
if (const auto spl_path = map_spl_path(); !spl_path.IsNull())
r.Fmt(FMT_STRING("playlist_directory: {}\n"), spl_path.ToUTF8());
#ifdef HAVE_PCRE
r.Write("pcre: 1\n");
#endif
return CommandResult::OK;
}