small fixes
This commit is contained in:
@@ -3,7 +3,6 @@ use librespot::core::config::SessionConfig;
|
|||||||
use librespot::core::keymaster::get_token;
|
use librespot::core::keymaster::get_token;
|
||||||
use librespot::core::keymaster::Token;
|
use librespot::core::keymaster::Token;
|
||||||
use librespot::core::session::Session;
|
use librespot::core::session::Session;
|
||||||
use librespot::core::spotify_id::SpotifyId;
|
|
||||||
use librespot::playback::config::PlayerConfig;
|
use librespot::playback::config::PlayerConfig;
|
||||||
|
|
||||||
use librespot::playback::audio_backend;
|
use librespot::playback::audio_backend;
|
||||||
|
|||||||
@@ -45,7 +45,7 @@ impl fmt::Debug for Track {
|
|||||||
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result {
|
||||||
write!(
|
write!(
|
||||||
f,
|
f,
|
||||||
"({} - {} ({})",
|
"({} - {} ({}))",
|
||||||
self.artists,
|
self.artists,
|
||||||
self.title,
|
self.title,
|
||||||
self.id.to_base62()
|
self.id.to_base62()
|
||||||
|
|||||||
@@ -2,6 +2,6 @@ pub mod layout;
|
|||||||
pub mod playlist;
|
pub mod playlist;
|
||||||
pub mod queue;
|
pub mod queue;
|
||||||
pub mod search;
|
pub mod search;
|
||||||
pub mod statusbar;
|
|
||||||
pub mod splitbutton;
|
pub mod splitbutton;
|
||||||
|
pub mod statusbar;
|
||||||
pub mod trackbutton;
|
pub mod trackbutton;
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
use ui::splitbutton::SplitButton;
|
|
||||||
use track::Track;
|
use track::Track;
|
||||||
|
use ui::splitbutton::SplitButton;
|
||||||
|
|
||||||
pub struct TrackButton {}
|
pub struct TrackButton {}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user