Fixed episode updating.

Signed-off-by: Pavel Kirilin <win10@list.ru>
This commit is contained in:
2020-03-25 04:01:22 +04:00
parent d31a502bad
commit 6f643211d3

View File

@ -55,6 +55,7 @@ pub fn play() -> AppResult<()> {
.spawn()?; .spawn()?;
child.wait()?; child.wait()?;
update_episode(next_episode)?; update_episode(next_episode)?;
let conf = Config::read()?;
episode = conf.get_current_episode()?; episode = conf.get_current_episode()?;
} }
Ok(()) Ok(())