modified: src/sync.rs
This commit is contained in:
parent
7a32015a05
commit
adb52e01ac
@ -34,7 +34,7 @@ pub fn initialize_async_service(sender: Sender<AppEvent>, receiver: UnboundedRec
|
|||||||
} else {
|
} else {
|
||||||
let _ = sender.send(AppEvent::IPodNotFound).await;
|
let _ = sender.send(AppEvent::IPodNotFound).await;
|
||||||
}*/
|
}*/
|
||||||
let _ = sender.send(AppEvent::IPodFound("D:\\Documents\\RustroverProjects\\itunesdb\\ITunesDB\\two_tracks".to_string())).await;
|
let _ = sender.send(AppEvent::IPodFound("/Users/michael/Documents/ipod/iTunes/iTunesDB".to_string())).await;
|
||||||
},
|
},
|
||||||
AppEvent::ParseItunes(path) => {
|
AppEvent::ParseItunes(path) => {
|
||||||
// todo: parse itunes
|
// todo: parse itunes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user