From 9c9789967b26c80b513dd4ce738c299bb3982785 Mon Sep 17 00:00:00 2001 From: jb-alvarado Date: Fri, 2 Feb 2024 15:26:59 +0100 Subject: [PATCH] change comment --- ffplayout-engine/src/input/playlist.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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;