change color
This commit is contained in:
parent
c487827bbd
commit
9bc960e31c
@ -199,7 +199,7 @@ pub fn validate_playlist(
|
|||||||
|
|
||||||
if !is_close(o.duration, probe_duration, 1.2) {
|
if !is_close(o.duration, probe_duration, 1.2) {
|
||||||
error!(
|
error!(
|
||||||
"File duration differs from playlist value. File duration: <b><magenta>{}</></b>, playlist value: <b><magenta>{}</></b>, source <yellow>{}</>",
|
"File duration differs from playlist value. File duration: <b><yellow>{}</></b>, playlist value: <b><yellow>{}</></b>, source <magenta>{}</>",
|
||||||
sec_to_time(o.duration), sec_to_time(probe_duration), o.source
|
sec_to_time(o.duration), sec_to_time(probe_duration), o.source
|
||||||
);
|
);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user