single song watching
This commit is contained in:
@@ -282,6 +282,14 @@ pub struct AddSummary {
|
||||
pub errors: u64,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Deserialize)]
|
||||
pub struct WatchTrackResponse {
|
||||
pub id: i32,
|
||||
pub status: String,
|
||||
pub name: String,
|
||||
pub artist_name: Option<String>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, PartialEq, Deserialize)]
|
||||
pub struct SyncStats {
|
||||
pub found: u64,
|
||||
|
||||
Reference in New Issue
Block a user