Change episode table schema.

This commit is contained in:
Jordan Petridis
2017-12-09 17:38:46 +02:00
parent 999a2a1fc1
commit bc57c33491
10 changed files with 150 additions and 75 deletions
+1 -1
View File
@@ -118,7 +118,7 @@ pub fn get_episode(ep: &mut Episode, download_folder: &str) -> Result<()> {
ep.save()?;
};
let res = download_into(download_folder, ep.title().unwrap(), ep.uri());
let res = download_into(download_folder, ep.title(), ep.uri().unwrap());
if let Ok(path) = res {
// If download succedes set episode local_uri to dlpath.