mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-12 08:28:32 +02:00
fix: Use proper path for dbus function
This commit is contained in:
parent
595867163a
commit
23ab8270aa
|
@ -1,4 +1,4 @@
|
|||
use super::generic_entry::DBusFunction;
|
||||
use super::{audio_entry::DBusFunction};
|
||||
|
||||
pub const GETCARDS: DBusFunction = DBusFunction {
|
||||
function: "ListCards",
|
||||
|
|
Loading…
Reference in a new issue