mirror of
https://github.com/tsirysndr/music-player.git
synced 2026-01-10 13:47:59 -05:00
feat(addons): stream from local music library to Chromecast
chore: remove println messages
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
use music_player_types::types::{Album as AlbumType, RemoteCoverUrl, Song, Track as TrackType, RemoteTrackUrl};
|
||||
use music_player_types::types::{
|
||||
Album as AlbumType, RemoteCoverUrl, RemoteTrackUrl, Song, Track as TrackType,
|
||||
};
|
||||
use sea_orm::{entity::prelude::*, ActiveValue};
|
||||
use serde::{Deserialize, Serialize};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user