diff --git a/ffplayout-engine/src/input/playlist.rs b/ffplayout-engine/src/input/playlist.rs index 117d0292..a7247da4 100644 --- a/ffplayout-engine/src/input/playlist.rs +++ b/ffplayout-engine/src/input/playlist.rs @@ -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;