tramhao / termusic

Music Player TUI written in Rust
GNU General Public License v3.0
968 stars 42 forks source link

refactor(lib::podcast::db::update_episodes): avoid clone if not necessary #288

Closed hasezoey closed 3 months ago

hasezoey commented 3 months ago

This PR avoids 2 clones when they are actually not necessary thanks to old_episodes not being mut