From 93503c0ca9ab0d4383ce8fe3f003139f5d269a23 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Wed, 29 Dec 2021 16:54:29 +0100 Subject: spotify: move Settings to common module Will be used to implement the lyrics source element. Part-of: --- audio/spotify/src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'audio/spotify/src/lib.rs') diff --git a/audio/spotify/src/lib.rs b/audio/spotify/src/lib.rs index cfce28a5..f650ab78 100644 --- a/audio/spotify/src/lib.rs +++ b/audio/spotify/src/lib.rs @@ -14,6 +14,7 @@ */ use gst::glib; +mod common; mod spotifyaudiosrc; fn plugin_init(plugin: &gst::Plugin) -> Result<(), glib::BoolError> { -- cgit v1.2.3