change comment

This commit is contained in:
jb-alvarado 2024-02-02 15:26:59 +01:00
parent 139c6f0434
commit 9c9789967b

View File

@ -59,7 +59,8 @@ impl CurrentProgram {
}
}
// Check if playlist file got updated, and when yes we reload it and setup everything in place.
// Check if there is no current playlist or file got updated,
// and when is so load/reload it.
fn load_or_update_playlist(&mut self, seek: bool) {
let mut get_current = false;
let mut reload = false;