modified: src/sync.rs

This commit is contained in:
Michael Wain 2025-02-11 14:46:23 +03:00
parent 7a32015a05
commit adb52e01ac

View File

@ -34,7 +34,7 @@ pub fn initialize_async_service(sender: Sender<AppEvent>, receiver: UnboundedRec
} else {
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) => {
// todo: parse itunes