Skip to content

Commit 0cfbfc5

Browse files
committed
add log import back
1 parent e9c087b commit 0cfbfc5

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/dbus_mpris.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ use librespot_connect::{LoadContextOptions, LoadRequest, LoadRequestOptions, Spi
1717
use librespot_core::{Session, SpotifyId, spotify_id::SpotifyItemType};
1818
use librespot_metadata::audio::AudioItem;
1919
use librespot_playback::player::PlayerEvent;
20+
use log::{debug, warn};
2021
use std::convert::TryFrom;
2122
use std::{
2223
collections::HashMap,

0 commit comments

Comments
 (0)