We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9c087b commit 0cfbfc5Copy full SHA for 0cfbfc5
1 file changed
src/dbus_mpris.rs
@@ -17,6 +17,7 @@ use librespot_connect::{LoadContextOptions, LoadRequest, LoadRequestOptions, Spi
17
use librespot_core::{Session, SpotifyId, spotify_id::SpotifyItemType};
18
use librespot_metadata::audio::AudioItem;
19
use librespot_playback::player::PlayerEvent;
20
+use log::{debug, warn};
21
use std::convert::TryFrom;
22
use std::{
23
collections::HashMap,
0 commit comments