mirror of
https://github.com/Xetibo/ReSet.git
synced 2025-04-18 18:48:33 +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 {
|
pub const GETCARDS: DBusFunction = DBusFunction {
|
||||||
function: "ListCards",
|
function: "ListCards",
|
||||||
|
|
Loading…
Reference in a new issue