From 6c657a9579c417395e7fa91f6f120541c69d089b Mon Sep 17 00:00:00 2001 From: Vito Caputo Date: Sat, 18 Nov 2023 19:34:26 -0800 Subject: *: apply TIL_MODULE_AUDIO_ONLY where appropriate This changes modules/playit from experimental to "audio only". Several other modules now incorporate the new flag into their excludes to prevent inclusion where inappropriate. --- src/modules/playit/playit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/playit') diff --git a/src/modules/playit/playit.c b/src/modules/playit/playit.c index 191bd41..e70a631 100644 --- a/src/modules/playit/playit.c +++ b/src/modules/playit/playit.c @@ -144,7 +144,7 @@ til_module_t playit_module = { .name = "playit", .description = ".IT tracked music file player", .author = "Vito Caputo ", - .flags = TIL_MODULE_EXPERIMENTAL, + .flags = TIL_MODULE_AUDIO_ONLY, }; -- cgit v1.2.1