module/mpris: Updated manpage and fixed a typo

This commit is contained in:
haruInDisguise 2024-09-18 15:47:09 +02:00
parent b55d5a6739
commit d6067f6057
2 changed files with 24 additions and 11 deletions

View file

@ -1125,5 +1125,5 @@ const struct module_iface module_mpris_iface = {
};
#if defined(CORE_PLUGINS_AS_SHARED_LIBRARIES)
extern const struct module_mpris_iface iface __attribute__((weak, alias("module_iface")));
extern const struct module_iface iface __attribute__((weak, alias("module_mpris_iface")));
#endif