Merge branch 'module_mpris' of https://codeberg.org/haruInDisguise/yambar into module_mpris

This commit is contained in:
haruInDisguise 2024-11-18 15:28:43 +01:00
commit c79d8da397
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